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-10T12:38:30.6714416+00:00",
"SubmitDate": "2026-02-10T12:38:30.6714416+00:00",
"ReportPeriodStart": "2026-02-10T12:38:30.6714416+00:00",
"ReportPeriodEnd": "2026-02-10T12:38:30.6714416+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e24ba8dd-9868-4f8f-8354-0c54121c2594",
"Rows": [
{
"ItemId": "2d095b8a-fe06-45d0-8363-d4fe9f79d61d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2d095b8a-fe06-45d0-8363-d4fe9f79d61d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e24ba8dd-9868-4f8f-8354-0c54121c2594",
"Rows": [
{
"ItemId": "2d095b8a-fe06-45d0-8363-d4fe9f79d61d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2d095b8a-fe06-45d0-8363-d4fe9f79d61d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9895b270-08d9-4480-8242-4501231d41fd",
"73f88256-be6f-4d17-9bd2-3ee3fed86031"
],
"Approvers": [
"057a1574-5bab-472c-a987-643d237d9695",
"7df4f296-4362-4f2c-94b9-95ea4260b317"
],
"ApprovedBy": "6565fefc-6628-4399-8a6a-bfebdff3897e",
"ApprovalDate": "2026-02-10T12:38:30.6714416+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "86c8d1a2-09c8-4717-93d7-bc4e737475c4",
"id": "547fc506-8730-400e-9dc8-a33ea8323c4a",
"ConfigId": "b7d86efb-8f0f-4191-9c78-f486799f70bf"
}