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-23T18:58:25.5025277+00:00",
"SubmitDate": "2026-07-23T18:58:25.5025277+00:00",
"ReportPeriodStart": "2026-07-23T18:58:25.5025277+00:00",
"ReportPeriodEnd": "2026-07-23T18:58:25.5025277+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4edae253-8652-4fd5-b2f3-3f7007bff888",
"Rows": [
{
"ItemId": "0e997231-62a9-4689-8d10-bee30e849e6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0e997231-62a9-4689-8d10-bee30e849e6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4edae253-8652-4fd5-b2f3-3f7007bff888",
"Rows": [
{
"ItemId": "0e997231-62a9-4689-8d10-bee30e849e6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0e997231-62a9-4689-8d10-bee30e849e6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e59a992e-169c-437c-8779-e2bd90e7b3bf",
"8affa82f-e37c-41da-b274-577d65dd8d16"
],
"Approvers": [
"ac4e95d8-2840-416d-b8ce-df89bc0ac83b",
"6f5215ab-4da6-4a1f-8e96-e5e70d1584c7"
],
"ApprovedBy": "f756ddea-8aae-4a38-a3fd-d556eddde357",
"ApprovalDate": "2026-07-23T18:58:25.5025277+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9949b360-527d-4c47-95b5-a7f990d738da",
"WorkPlanId": "43128516-bea1-43e5-8c36-d58d35744dea",
"id": "24d3d541-bc77-4ceb-bebd-5cfb7ecd1961",
"ConfigId": "06c5d12d-4eda-4785-8162-3981b512f515"
}