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-01-12T03:05:10.1861989+00:00",
"SubmitDate": "2026-01-12T03:05:10.1861989+00:00",
"ReportPeriodStart": "2026-01-12T03:05:10.1861989+00:00",
"ReportPeriodEnd": "2026-01-12T03:05:10.1861989+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a3ddca3b-8a75-493b-92e3-87d551a1cf7d",
"Rows": [
{
"ItemId": "b6dcca9d-01c2-493b-bbdd-92941a0ccd73",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6dcca9d-01c2-493b-bbdd-92941a0ccd73",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a3ddca3b-8a75-493b-92e3-87d551a1cf7d",
"Rows": [
{
"ItemId": "b6dcca9d-01c2-493b-bbdd-92941a0ccd73",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6dcca9d-01c2-493b-bbdd-92941a0ccd73",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"90081f5a-214c-4459-a979-4640c149d5ba",
"275acad6-2f55-4ff5-b047-76ce6dd32094"
],
"Approvers": [
"9c67e520-ef62-4856-91ec-b331ca6ff9be",
"e938dc2d-60d3-4e1e-982d-eded6b4f0a2d"
],
"ApprovedBy": "f9759dd6-5989-40c6-bb77-959f2edd4ea7",
"ApprovalDate": "2026-01-12T03:05:10.1861989+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee1a8780-d685-420a-ac1b-0b204de4b710",
"id": "ea038bfe-de32-485c-930b-c05fbe0f7991",
"ConfigId": "4c2b9c2d-1f45-4b2e-90ea-bd113b50bcc9"
}