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-03T12:00:35.8249872+00:00",
"SubmitDate": "2026-08-03T12:00:35.8249872+00:00",
"ReportPeriodStart": "2026-08-03T12:00:35.8249872+00:00",
"ReportPeriodEnd": "2026-08-03T12:00:35.8249872+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d0a25596-e006-44ca-a05d-0fe802b6ecd8",
"Rows": [
{
"ItemId": "e8f93f13-092a-4f5b-96f4-dd47947cc03e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e8f93f13-092a-4f5b-96f4-dd47947cc03e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d0a25596-e006-44ca-a05d-0fe802b6ecd8",
"Rows": [
{
"ItemId": "e8f93f13-092a-4f5b-96f4-dd47947cc03e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e8f93f13-092a-4f5b-96f4-dd47947cc03e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"291509b2-81be-470e-9d86-974818a98968",
"915cf7c8-5255-4ffc-affe-81870bb20861"
],
"Approvers": [
"d1b52c67-bf52-4171-815c-d3fc0a016374",
"d1405074-163b-4e98-bf04-f8f25bf3ebfe"
],
"ApprovedBy": "7c5fbd83-1aca-401f-a26a-d7a3fa59b81b",
"ApprovalDate": "2026-08-03T12:00:35.8249872+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "34e3805f-bef3-485e-a633-1cf1abb117fa",
"WorkPlanId": "83e2b247-f308-4642-8750-73895c5ed445",
"id": "9d0b8ed6-60c7-41a6-8c68-057565aebfd1",
"ConfigId": "8b320b00-c9c7-4235-b319-afcd10297951"
}