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-22T07:43:37.3615764+00:00",
"SubmitDate": "2026-02-22T07:43:37.3615764+00:00",
"ReportPeriodStart": "2026-02-22T07:43:37.3615764+00:00",
"ReportPeriodEnd": "2026-02-22T07:43:37.3615764+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "28debf41-d610-4cb1-96a9-6a45a1015430",
"Rows": [
{
"ItemId": "d848f236-8508-4c38-b128-1866a896eeb6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d848f236-8508-4c38-b128-1866a896eeb6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "28debf41-d610-4cb1-96a9-6a45a1015430",
"Rows": [
{
"ItemId": "d848f236-8508-4c38-b128-1866a896eeb6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d848f236-8508-4c38-b128-1866a896eeb6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"36728798-38ef-45b2-9d15-b285ced3815e",
"6a0b3f01-cd4e-416f-9141-366f9349b24a"
],
"Approvers": [
"3be5e1ab-f1f8-47e3-ba11-40eb87cfb689",
"a4875b04-c648-4a16-ac39-3ff47cf05508"
],
"ApprovedBy": "41f7ebd4-2edc-42cd-9047-392dbe82aa4f",
"ApprovalDate": "2026-02-22T07:43:37.3615764+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1043d6b6-f859-4da8-9cae-8d32ddb626bd",
"id": "fbcb480d-a82a-4e3d-b301-3014b66f244d",
"ConfigId": "d70a7de5-5fe9-49c3-a43b-b671cbe2d80a"
}