POST api/statusreports/{id}/approve?Comments={Comments}
Approves a Report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| Comments | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-02-11T15:13:04.1122956+00:00",
"SubmitDate": "2026-02-11T15:13:04.1122956+00:00",
"ReportPeriodStart": "2026-02-11T15:13:04.1122956+00:00",
"ReportPeriodEnd": "2026-02-11T15:13:04.1122956+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "33de9efa-6d73-4f6b-b6cb-1a1ba0cece4c",
"Rows": [
{
"ItemId": "41e4afd0-9359-4127-b195-70f3a9275747",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41e4afd0-9359-4127-b195-70f3a9275747",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "33de9efa-6d73-4f6b-b6cb-1a1ba0cece4c",
"Rows": [
{
"ItemId": "41e4afd0-9359-4127-b195-70f3a9275747",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41e4afd0-9359-4127-b195-70f3a9275747",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a00de186-2d23-4d2a-8ac8-a0348d7e0dd3",
"af516b10-1f9f-4b73-b980-69690e31309f"
],
"Approvers": [
"eb8b4ab0-4451-4a97-b82b-70e9ecda4731",
"caa93e05-ae60-44a5-ae19-4be68c65cd6a"
],
"ApprovedBy": "4674801c-4cff-4a71-868b-4539bae1056a",
"ApprovalDate": "2026-02-11T15:13:04.1122956+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e2ad41aa-f784-484c-987e-cd20e9aa1615",
"id": "1d3ab94e-7434-4453-92ec-d0dd7b592a65",
"ConfigId": "2756d8d4-367c-4f41-a783-59347e1903bb"
}