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-06T05:33:22.1879462+00:00",
"SubmitDate": "2026-02-06T05:33:22.1879462+00:00",
"ReportPeriodStart": "2026-02-06T05:33:22.1879462+00:00",
"ReportPeriodEnd": "2026-02-06T05:33:22.1879462+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "11d9ce82-9324-434e-b375-f70d53a41b06",
"Rows": [
{
"ItemId": "a9e66487-759f-4d8f-985e-e40ed22a9021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9e66487-759f-4d8f-985e-e40ed22a9021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "11d9ce82-9324-434e-b375-f70d53a41b06",
"Rows": [
{
"ItemId": "a9e66487-759f-4d8f-985e-e40ed22a9021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9e66487-759f-4d8f-985e-e40ed22a9021",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4209f762-f9a9-44aa-9c3c-006a879b2fca",
"ec6171ec-b9d2-485f-a7ad-fba641ac8c95"
],
"Approvers": [
"397a47c7-f922-462d-a458-6fdfaaad34b6",
"c433b0f7-34b7-4191-9c39-c06bdfcdba47"
],
"ApprovedBy": "d3c6658a-1174-4f90-a4d3-705845edfabb",
"ApprovalDate": "2026-02-06T05:33:22.1879462+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b23334a1-f91b-4cfb-8118-64e6a50c5feb",
"id": "129fd675-a7ab-4c31-8f9f-b9a6d47bb31d",
"ConfigId": "91be28d1-f28c-436e-a2b6-3a6480886c9d"
}