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-06-19T13:47:26.8666192+00:00",
"SubmitDate": "2026-06-19T13:47:26.8666192+00:00",
"ReportPeriodStart": "2026-06-19T13:47:26.8666192+00:00",
"ReportPeriodEnd": "2026-06-19T13:47:26.8666192+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "66c6580f-81ef-4ea2-8e24-a8e5102d2d94",
"Rows": [
{
"ItemId": "65e4ee51-e4c2-4ed1-a60e-3b6a9fa1ccb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "65e4ee51-e4c2-4ed1-a60e-3b6a9fa1ccb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "66c6580f-81ef-4ea2-8e24-a8e5102d2d94",
"Rows": [
{
"ItemId": "65e4ee51-e4c2-4ed1-a60e-3b6a9fa1ccb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "65e4ee51-e4c2-4ed1-a60e-3b6a9fa1ccb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8f7d8b03-49e6-46d5-99b2-d2633cabe841",
"2a5eb1b9-1b14-4071-a74a-889d1f8d1c60"
],
"Approvers": [
"cb2658fe-9027-441f-b331-d2535c456c89",
"73f4f1a5-8c9b-4dd2-a3c2-3a7b3b020028"
],
"ApprovedBy": "ee8c03ec-e126-4bba-88a8-c7d68187bc3e",
"ApprovalDate": "2026-06-19T13:47:26.8666192+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "231ead56-b5df-4404-87fb-d4aaf1600f1e",
"id": "61b8a35b-d4c7-436b-8f5f-0658a392b0f4",
"ConfigId": "a7719b9f-cd39-48c7-bf2b-f9b18b79fed0"
}