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-12T23:56:55.4063313+00:00",
"SubmitDate": "2026-08-12T23:56:55.4063313+00:00",
"ReportPeriodStart": "2026-08-12T23:56:55.4063313+00:00",
"ReportPeriodEnd": "2026-08-12T23:56:55.4063313+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d08364c-4af8-40e0-bf94-239b52f424ff",
"Rows": [
{
"ItemId": "31c399e7-457d-48a5-8956-90256dd792e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31c399e7-457d-48a5-8956-90256dd792e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d08364c-4af8-40e0-bf94-239b52f424ff",
"Rows": [
{
"ItemId": "31c399e7-457d-48a5-8956-90256dd792e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31c399e7-457d-48a5-8956-90256dd792e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e38060e4-9dc1-43dc-873d-4309e1270273",
"1fc7f537-925e-40ae-bc09-dd947dfcbfbd"
],
"Approvers": [
"79cf0c9f-5dc2-463b-8e7b-dd5bc23d9d99",
"83d94560-b10e-4a59-bd6c-ca48c5dc3c8f"
],
"ApprovedBy": "9efe85f0-5637-463a-bada-c6a9893a45d8",
"ApprovalDate": "2026-08-12T23:56:55.4063313+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "14d889d5-8996-48f3-9f53-9f9508af4827",
"WorkPlanId": "d0ee1d75-3d86-4bcf-ae3f-fe5553f4cd9a",
"id": "4740f853-79a4-4b56-b512-6c95a6836f3d",
"ConfigId": "1f8201dc-825d-4292-b4b8-0e9cd4d3222b"
}