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-05T02:20:49.7501369+00:00",
"SubmitDate": "2026-06-05T02:20:49.7501369+00:00",
"ReportPeriodStart": "2026-06-05T02:20:49.7501369+00:00",
"ReportPeriodEnd": "2026-06-05T02:20:49.7501369+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "25d3e155-87d8-4181-8b7d-8797294284b2",
"Rows": [
{
"ItemId": "be857fd1-3f3d-4448-b177-dbb796e074ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "be857fd1-3f3d-4448-b177-dbb796e074ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "25d3e155-87d8-4181-8b7d-8797294284b2",
"Rows": [
{
"ItemId": "be857fd1-3f3d-4448-b177-dbb796e074ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "be857fd1-3f3d-4448-b177-dbb796e074ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"af46f629-9c26-4af5-a1df-a9d2ba7781b7",
"a5c3ff18-8401-4e7f-b954-d8d391b21064"
],
"Approvers": [
"e858a032-48c7-4349-9738-b11312f7cafa",
"376b949b-f81b-4288-9a21-21f53fcdd21e"
],
"ApprovedBy": "245f74cf-d390-406f-a0e8-0f888bcb5872",
"ApprovalDate": "2026-06-05T02:20:49.7501369+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8f1584eb-6bb4-4539-aab8-a793e4e0bcc5",
"id": "28f56da4-4daa-4eef-948f-0f0c494793ec",
"ConfigId": "3a3761aa-762c-4a81-b812-3c68f81fe6d6"
}