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-25T13:51:22.1751188+00:00",
"SubmitDate": "2026-08-25T13:51:22.1751188+00:00",
"ReportPeriodStart": "2026-08-25T13:51:22.1751188+00:00",
"ReportPeriodEnd": "2026-08-25T13:51:22.1751188+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b0a4ffd6-03b9-4b71-9fee-76a95d9c4249",
"Rows": [
{
"ItemId": "b4c47525-844d-4118-961b-1bae6b6f05ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b4c47525-844d-4118-961b-1bae6b6f05ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b0a4ffd6-03b9-4b71-9fee-76a95d9c4249",
"Rows": [
{
"ItemId": "b4c47525-844d-4118-961b-1bae6b6f05ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b4c47525-844d-4118-961b-1bae6b6f05ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"da121c36-2f05-4a52-a778-1a61e615aca5",
"9efeb98f-4188-4be5-85bf-92c46a62e68f"
],
"Approvers": [
"cc8f3069-4762-4a6b-b917-81dc5e188bc1",
"6deb57d8-d2f9-44a4-9a26-59a0c4eb38d0"
],
"ApprovedBy": "db6ad7c3-de4e-4b6e-8585-501d845392d3",
"ApprovalDate": "2026-08-25T13:51:22.1751188+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "15f6bb69-59a4-411b-8071-33dcb7029746",
"WorkPlanId": "85ee0947-fbe6-4910-982c-67e6e25b3a41",
"id": "c25d66fb-237f-4ee8-a142-d1726c2d27ab",
"ConfigId": "ac38a57e-a556-4460-9da7-29c57209456b"
}