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-02-26T09:53:33.5293058+00:00",
"SubmitDate": "2026-02-26T09:53:33.5293058+00:00",
"ReportPeriodStart": "2026-02-26T09:53:33.5293058+00:00",
"ReportPeriodEnd": "2026-02-26T09:53:33.5293058+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "47a9a6c6-b336-4069-b270-4613d2a21b5f",
"Rows": [
{
"ItemId": "fe9f50a3-597f-4f40-9e08-6d64e348b464",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fe9f50a3-597f-4f40-9e08-6d64e348b464",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "47a9a6c6-b336-4069-b270-4613d2a21b5f",
"Rows": [
{
"ItemId": "fe9f50a3-597f-4f40-9e08-6d64e348b464",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fe9f50a3-597f-4f40-9e08-6d64e348b464",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a97ae622-2071-4bd9-a89f-b60fc8c8987f",
"e8350ef2-3e7c-4c71-93ce-9281816044c0"
],
"Approvers": [
"9ccda98a-93ea-4d62-8038-e4586ca4dc2f",
"e73db3e1-a8eb-4a97-9bed-86cf01eaaff3"
],
"ApprovedBy": "356e32c5-9304-445f-92f4-4a512527d369",
"ApprovalDate": "2026-02-26T09:53:33.5293058+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0259eca8-165a-4ad3-95ea-df4945424aa8",
"id": "627c0dd1-e119-4da3-8e6d-bef409dd8577",
"ConfigId": "dcce28ee-2f4b-44d4-9ffe-6cddbf5a6ba5"
}