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-07-06T02:49:25.8748051+00:00",
"SubmitDate": "2026-07-06T02:49:25.8748051+00:00",
"ReportPeriodStart": "2026-07-06T02:49:25.8748051+00:00",
"ReportPeriodEnd": "2026-07-06T02:49:25.8748051+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1a7aa95c-17b0-4971-915e-6ad7bf4e4c81",
"Rows": [
{
"ItemId": "16644526-f54d-4314-84c0-023bab2bb6f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16644526-f54d-4314-84c0-023bab2bb6f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1a7aa95c-17b0-4971-915e-6ad7bf4e4c81",
"Rows": [
{
"ItemId": "16644526-f54d-4314-84c0-023bab2bb6f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16644526-f54d-4314-84c0-023bab2bb6f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3fc864e8-e600-44b2-bc64-d478ac683998",
"a24e0fe4-a0d0-4bc7-abec-1b3644d3cce7"
],
"Approvers": [
"ae03f2f3-fe03-4b17-af7e-06c83c9bc0ff",
"72370e06-b16e-4d52-a3c7-2edc67fd1de2"
],
"ApprovedBy": "bfa7c135-70a9-4b39-b815-439921b71eed",
"ApprovalDate": "2026-07-06T02:49:25.8748051+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5c728bd2-216c-4d00-b6c2-490974a9f050",
"WorkPlanId": "a024762d-c85f-4285-98d5-36e3bbe27c67",
"id": "e95745e6-2392-4360-8b33-24e3f7bd620b",
"ConfigId": "8ef3183f-a866-489e-95e2-bb4af26ba261"
}