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-24T11:01:20.1863592+00:00",
"SubmitDate": "2026-04-24T11:01:20.1863592+00:00",
"ReportPeriodStart": "2026-04-24T11:01:20.1863592+00:00",
"ReportPeriodEnd": "2026-04-24T11:01:20.1863592+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26037c11-36fa-4dfe-998a-90ed1aa8b58e",
"Rows": [
{
"ItemId": "b5b770da-3c8a-4941-9ef8-06619316b3fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b5b770da-3c8a-4941-9ef8-06619316b3fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26037c11-36fa-4dfe-998a-90ed1aa8b58e",
"Rows": [
{
"ItemId": "b5b770da-3c8a-4941-9ef8-06619316b3fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b5b770da-3c8a-4941-9ef8-06619316b3fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a21315a6-0b26-4de2-990a-5e54e3f5e3ca",
"a43ee0d7-51c1-40ac-853c-e87b5f21826c"
],
"Approvers": [
"eb43232f-5097-46ba-9f45-ee5d82f1514f",
"033522bd-5b7e-4cb6-aae1-ac10e2e12954"
],
"ApprovedBy": "10055c61-f669-4c0c-9445-972a8b6f6ff8",
"ApprovalDate": "2026-04-24T11:01:20.1863592+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2a411a25-ec75-4573-a0ae-ddee75de74c1",
"id": "0803b870-ec53-40e8-986e-9a983074a640",
"ConfigId": "306f8953-09d9-4d1a-89c0-6a96838d641c"
}