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-15T04:24:05.8008435+00:00",
"SubmitDate": "2026-08-15T04:24:05.8008435+00:00",
"ReportPeriodStart": "2026-08-15T04:24:05.8008435+00:00",
"ReportPeriodEnd": "2026-08-15T04:24:05.8008435+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90067e07-8376-4963-878e-c28315c1eb20",
"Rows": [
{
"ItemId": "59d29c32-28ff-49cb-a44e-a366c714baf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59d29c32-28ff-49cb-a44e-a366c714baf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90067e07-8376-4963-878e-c28315c1eb20",
"Rows": [
{
"ItemId": "59d29c32-28ff-49cb-a44e-a366c714baf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59d29c32-28ff-49cb-a44e-a366c714baf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fffa2569-1526-42b7-924c-d4a0b970d700",
"765ca1ce-fcef-4cd9-a11e-dafb5b5ba560"
],
"Approvers": [
"1a8f3c75-8e9d-4d85-8076-4b9728e45d76",
"bf563ec6-3b3e-4480-8eb8-38b982849a72"
],
"ApprovedBy": "ab690790-d9c5-4252-b743-43d2aacb750f",
"ApprovalDate": "2026-08-15T04:24:05.8008435+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1fafb26c-1733-4628-8b2c-b19136483536",
"WorkPlanId": "a0068213-2a78-4cbc-a171-4cba94ab40e3",
"id": "11ecd231-7305-4523-989b-6a582cac3d0b",
"ConfigId": "bc34e412-248c-4f3d-b214-a61b3e0ad4f4"
}