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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-04-22T21:35:03.6989862+00:00",
"SubmitDate": "2026-04-22T21:35:03.6989862+00:00",
"ReportPeriodStart": "2026-04-22T21:35:03.6989862+00:00",
"ReportPeriodEnd": "2026-04-22T21:35:03.6989862+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e95aa98-27a7-45a0-a4e8-e9a8eaa6af29",
"Rows": [
{
"ItemId": "c8bb8069-b901-43c0-8b21-0831d363d4a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8bb8069-b901-43c0-8b21-0831d363d4a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e95aa98-27a7-45a0-a4e8-e9a8eaa6af29",
"Rows": [
{
"ItemId": "c8bb8069-b901-43c0-8b21-0831d363d4a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8bb8069-b901-43c0-8b21-0831d363d4a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b9daee14-23be-4daf-a283-0ae4678636fa",
"98c7baeb-6d52-4582-9434-d0d1377e0ef4"
],
"Approvers": [
"6adbe616-2928-4188-9f1b-e46a4716572d",
"72b2cd40-9b08-4a3f-a0d8-9ddb9931d936"
],
"ApprovedBy": "569e5944-cedd-432f-8d14-8d21ea1858ba",
"ApprovalDate": "2026-04-22T21:35:03.6989862+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ca95bed9-e867-48f5-90ad-470e2fad7d70",
"id": "216e4e13-a1f8-4085-92cf-fe6423f71b5b",
"ConfigId": "3b1d139f-0be2-4f4d-8a30-3c22bc47622d"
}