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-25T22:48:19.2391943+00:00",
"SubmitDate": "2026-07-25T22:48:19.2391943+00:00",
"ReportPeriodStart": "2026-07-25T22:48:19.2391943+00:00",
"ReportPeriodEnd": "2026-07-25T22:48:19.2391943+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1c38cf69-6dab-4cce-9583-29acde74100a",
"Rows": [
{
"ItemId": "a2064d0d-1215-40d3-8e08-772e4e53b93c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2064d0d-1215-40d3-8e08-772e4e53b93c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1c38cf69-6dab-4cce-9583-29acde74100a",
"Rows": [
{
"ItemId": "a2064d0d-1215-40d3-8e08-772e4e53b93c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2064d0d-1215-40d3-8e08-772e4e53b93c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e1d67f9c-38dc-4cd6-b041-a838971a1fd5",
"77c004e0-683a-43c2-9413-95620e3ec0da"
],
"Approvers": [
"015b7bb8-197c-4af2-b049-327c1e503567",
"70c621a5-e887-422b-89cf-28c204ac8b67"
],
"ApprovedBy": "aecb135d-8fea-4341-b0aa-a61a33afff33",
"ApprovalDate": "2026-07-25T22:48:19.2391943+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5723c4f0-982c-4004-bed5-e825bd59b545",
"WorkPlanId": "4a5f7f94-26a0-4d31-a327-37109cc0d768",
"id": "0f8855f7-472b-49f8-82bb-71c4245a8f35",
"ConfigId": "45b92abd-280e-4358-a00e-2e8ee96b5d7a"
}