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-07T02:00:46.3373161+00:00",
"SubmitDate": "2026-08-07T02:00:46.3373161+00:00",
"ReportPeriodStart": "2026-08-07T02:00:46.3373161+00:00",
"ReportPeriodEnd": "2026-08-07T02:00:46.3373161+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cbffa50c-2816-4784-b32b-a4ce570c64fc",
"Rows": [
{
"ItemId": "a86171e9-9cb1-48cc-b3a6-c733e370bf66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a86171e9-9cb1-48cc-b3a6-c733e370bf66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cbffa50c-2816-4784-b32b-a4ce570c64fc",
"Rows": [
{
"ItemId": "a86171e9-9cb1-48cc-b3a6-c733e370bf66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a86171e9-9cb1-48cc-b3a6-c733e370bf66",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"15ebaf31-2363-4cc3-9f12-4448209f9656",
"04d7a475-513c-47d2-b795-8c4bba7e1ecd"
],
"Approvers": [
"3a81abb6-89cc-468b-8b5f-dfe563a20ae4",
"35f762ea-a864-48c4-a9d8-1a3cbeb1ba45"
],
"ApprovedBy": "7d21085d-4b09-41da-af18-d06451a48d79",
"ApprovalDate": "2026-08-07T02:00:46.3373161+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "930f28dc-3cb3-4590-ac5e-d34b9a79e6b1",
"WorkPlanId": "09cba59f-8338-4f1b-b213-7352c9148226",
"id": "b1c47575-3df2-406b-ad9c-342d3d7c2d39",
"ConfigId": "3d04bbde-d981-4eaf-abc9-9a5dccb1d045"
}