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-06-07T04:03:38.4367327+00:00",
"SubmitDate": "2026-06-07T04:03:38.4367327+00:00",
"ReportPeriodStart": "2026-06-07T04:03:38.4367327+00:00",
"ReportPeriodEnd": "2026-06-07T04:03:38.4367327+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "991b40e2-8d4b-4f5f-8fb0-3ad4931a4020",
"Rows": [
{
"ItemId": "38a3e6d1-2f7f-4b54-8346-883b667a17ba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38a3e6d1-2f7f-4b54-8346-883b667a17ba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "991b40e2-8d4b-4f5f-8fb0-3ad4931a4020",
"Rows": [
{
"ItemId": "38a3e6d1-2f7f-4b54-8346-883b667a17ba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38a3e6d1-2f7f-4b54-8346-883b667a17ba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"937d0740-15dd-4347-a8f5-71bbddb9d89e",
"bcb8668a-a347-4de7-9e14-7e7a22bd2553"
],
"Approvers": [
"1e5499ca-3ff3-46a1-8eed-f697c619af04",
"43cc624f-1f79-41f8-8d86-dd7db9926aa2"
],
"ApprovedBy": "b3d52d5c-4292-477d-ad4f-edb067ab7793",
"ApprovalDate": "2026-06-07T04:03:38.4367327+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "faa78113-2d4d-4c88-9051-66036e095b74",
"id": "367fc329-f0b8-40f2-ad06-51fd8d7d99f0",
"ConfigId": "3e13d5ac-a285-494f-8758-3047b0c0b3aa"
}