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-04-19T08:44:05.9459607+00:00",
"SubmitDate": "2026-04-19T08:44:05.9459607+00:00",
"ReportPeriodStart": "2026-04-19T08:44:05.9459607+00:00",
"ReportPeriodEnd": "2026-04-19T08:44:05.9459607+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "98dab837-5c36-43ac-8c53-1bd9ea0ca42f",
"Rows": [
{
"ItemId": "b868ae74-2267-4e4f-83b5-6222b4cb6c5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b868ae74-2267-4e4f-83b5-6222b4cb6c5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "98dab837-5c36-43ac-8c53-1bd9ea0ca42f",
"Rows": [
{
"ItemId": "b868ae74-2267-4e4f-83b5-6222b4cb6c5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b868ae74-2267-4e4f-83b5-6222b4cb6c5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac033854-05fd-4675-8077-3246cabf200c",
"863e46d2-503f-4de5-9808-7e5f141d3b80"
],
"Approvers": [
"369d4b70-8d83-4216-aa84-4229a772fa47",
"5091410b-70fa-4141-87d9-81ab669f8c35"
],
"ApprovedBy": "252d1fc8-9ae5-4d7b-bc79-faf39849e5b9",
"ApprovalDate": "2026-04-19T08:44:05.9459607+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "af77a706-c7b3-4fad-9450-0cf1d26cb0a9",
"id": "4af804e8-355c-42db-8516-c8cee4c3cf53",
"ConfigId": "4064d00a-5f7b-465e-bd7a-07a42fe81069"
}