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-08T00:01:54.472492+00:00",
"SubmitDate": "2026-08-08T00:01:54.472492+00:00",
"ReportPeriodStart": "2026-08-08T00:01:54.472492+00:00",
"ReportPeriodEnd": "2026-08-08T00:01:54.472492+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a64d3b0f-3db7-4e66-9e90-7cb438b0964a",
"Rows": [
{
"ItemId": "57ecec0f-2192-42cf-a1c7-9668890b11e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57ecec0f-2192-42cf-a1c7-9668890b11e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a64d3b0f-3db7-4e66-9e90-7cb438b0964a",
"Rows": [
{
"ItemId": "57ecec0f-2192-42cf-a1c7-9668890b11e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57ecec0f-2192-42cf-a1c7-9668890b11e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"69126b6e-009b-43dd-958b-011378195c68",
"320e005b-66fd-4632-865a-9fbd5966c34c"
],
"Approvers": [
"e8e4f074-7c98-4f18-8fee-d2d8d0c98b9f",
"e904744c-b361-4a2e-b569-b82990343164"
],
"ApprovedBy": "fccd6aa9-a500-4fed-ae60-51289712abef",
"ApprovalDate": "2026-08-08T00:01:54.472492+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "03f7dd44-5233-4afa-bf83-65609b887227",
"WorkPlanId": "b756bd27-7861-469e-8b29-2352c34e491c",
"id": "af1136ea-7e03-4f0a-aea6-f2b3a6207b51",
"ConfigId": "efff034b-c71a-49c8-befa-2252149c381a"
}