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-05T16:26:55.0707053+00:00",
"SubmitDate": "2026-06-05T16:26:55.0707053+00:00",
"ReportPeriodStart": "2026-06-05T16:26:55.0707053+00:00",
"ReportPeriodEnd": "2026-06-05T16:26:55.0707053+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7d7a7671-668f-4dbe-a89f-1c570ceea11c",
"Rows": [
{
"ItemId": "1b8a55e8-2ac5-4b94-867c-a8d87745442f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b8a55e8-2ac5-4b94-867c-a8d87745442f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7d7a7671-668f-4dbe-a89f-1c570ceea11c",
"Rows": [
{
"ItemId": "1b8a55e8-2ac5-4b94-867c-a8d87745442f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1b8a55e8-2ac5-4b94-867c-a8d87745442f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23574b32-e8f9-4538-820e-47a049766840",
"34292ceb-adf0-47a2-b85d-d30e0a7c21ee"
],
"Approvers": [
"1872210e-c25e-490a-913a-372d4b17dfc4",
"0630d86f-4b61-40fd-a307-173c21a353cc"
],
"ApprovedBy": "ce10c8ee-94d0-4c57-91bc-c6133048fc28",
"ApprovalDate": "2026-06-05T16:26:55.0707053+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e4e6adc3-6916-4dd1-aedc-c72642bdea2c",
"id": "b081a6c1-1ac8-42f2-a7ed-783c68463ef8",
"ConfigId": "aac130c3-bbb9-4e45-b397-331c3609cdf3"
}