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-20T14:19:38.9984978+00:00",
"SubmitDate": "2026-06-20T14:19:38.9984978+00:00",
"ReportPeriodStart": "2026-06-20T14:19:38.9984978+00:00",
"ReportPeriodEnd": "2026-06-20T14:19:38.9984978+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "63aec2dd-1cc8-47a1-98ab-f19a384a2a7f",
"Rows": [
{
"ItemId": "6445fba2-3adc-4dcf-ab6b-c68946d48a5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6445fba2-3adc-4dcf-ab6b-c68946d48a5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "63aec2dd-1cc8-47a1-98ab-f19a384a2a7f",
"Rows": [
{
"ItemId": "6445fba2-3adc-4dcf-ab6b-c68946d48a5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6445fba2-3adc-4dcf-ab6b-c68946d48a5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"48a6896a-3d86-40fe-a4fc-5a782ca7a0b1",
"653bacdf-411e-4a87-9783-2ff193b554e3"
],
"Approvers": [
"16b6ce2b-8efd-4ba8-9218-78aa8148fe13",
"358885aa-51c0-4cdc-a2b3-9d7713366f21"
],
"ApprovedBy": "14ef5824-2fb8-4318-9dd3-2f5fc4e49afe",
"ApprovalDate": "2026-06-20T14:19:38.9984978+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cf061af8-83c8-4c2d-867c-89239778c491",
"id": "00c86ef8-fac3-496d-8c08-329b953fc7ad",
"ConfigId": "5ef464df-2f82-474a-870f-1865adbfa667"
}