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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-08-23T05:58:17.0263884+00:00",
"SubmitDate": "2026-08-23T05:58:17.0263884+00:00",
"ReportPeriodStart": "2026-08-23T05:58:17.0263884+00:00",
"ReportPeriodEnd": "2026-08-23T05:58:17.0263884+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "40bb12de-ebba-43cb-909c-3a6aa7e3c011",
"Rows": [
{
"ItemId": "c5b87774-a8b3-40fb-9475-fbc78efe45a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b87774-a8b3-40fb-9475-fbc78efe45a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "40bb12de-ebba-43cb-909c-3a6aa7e3c011",
"Rows": [
{
"ItemId": "c5b87774-a8b3-40fb-9475-fbc78efe45a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b87774-a8b3-40fb-9475-fbc78efe45a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"85708f75-cf55-442f-8f8a-b2dfb76b7f1a",
"5c1189c6-d602-4ec6-a965-773df97fed31"
],
"Approvers": [
"117411dd-c7fd-4e30-8175-fd2a9d9e725f",
"c3a69bea-be84-424d-9ab2-5b049abc81eb"
],
"ApprovedBy": "73ab2434-da05-4d29-a669-dda3aec670e8",
"ApprovalDate": "2026-08-23T05:58:17.0263884+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e3ce2b41-187a-4bee-af2e-74f39b2b9246",
"WorkPlanId": "a1610356-af6f-4015-abdb-49ed2c576a0d",
"id": "02eff5d2-a989-4a78-8b0b-150d93bf43ff",
"ConfigId": "3bdaa08b-3097-47e8-9f79-053249880eb7"
}