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-05-29T18:50:03.436244+00:00",
"SubmitDate": "2026-05-29T18:50:03.436244+00:00",
"ReportPeriodStart": "2026-05-29T18:50:03.436244+00:00",
"ReportPeriodEnd": "2026-05-29T18:50:03.436244+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7d86af82-0f07-48ef-9e39-14dec30aafd0",
"Rows": [
{
"ItemId": "28205ac7-449f-4062-bb70-66f5256f46e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28205ac7-449f-4062-bb70-66f5256f46e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7d86af82-0f07-48ef-9e39-14dec30aafd0",
"Rows": [
{
"ItemId": "28205ac7-449f-4062-bb70-66f5256f46e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28205ac7-449f-4062-bb70-66f5256f46e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8c13db18-e52a-43ac-abde-797239528caa",
"58d75ef4-694e-4bdf-8788-848dbf34283d"
],
"Approvers": [
"9a9f7a10-e83b-479c-b068-b2ef08cb04f1",
"72ccc498-460f-4297-8238-d4fc0f0aa229"
],
"ApprovedBy": "c81cd1df-47f6-45d0-a43a-c6c933e18d09",
"ApprovalDate": "2026-05-29T18:50:03.436244+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d5753380-2724-44a6-ab48-3f3e17b09a8b",
"id": "f8d2c6fd-80e6-4ed6-9902-5f13b0707e6c",
"ConfigId": "ddb3b4bb-2fb6-47b9-a4c8-e5d604281e43"
}