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-19T15:05:12.88033+00:00",
"SubmitDate": "2026-02-19T15:05:12.88033+00:00",
"ReportPeriodStart": "2026-02-19T15:05:12.88033+00:00",
"ReportPeriodEnd": "2026-02-19T15:05:12.88033+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68e3a95e-d2ad-4fa8-af04-744de7627f4b",
"Rows": [
{
"ItemId": "be153588-f397-470a-8e3a-a06ff2242aa0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "be153588-f397-470a-8e3a-a06ff2242aa0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68e3a95e-d2ad-4fa8-af04-744de7627f4b",
"Rows": [
{
"ItemId": "be153588-f397-470a-8e3a-a06ff2242aa0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "be153588-f397-470a-8e3a-a06ff2242aa0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c81c9fd7-8eb5-448d-8db2-62caf24dbf83",
"db31f915-b48c-44d7-ad5b-0a08c6a38181"
],
"Approvers": [
"e79adf61-cf84-4b9a-8b00-b5773fc37ea4",
"88c5fc9e-70f7-42e2-93da-b303c3deedf4"
],
"ApprovedBy": "ef11a7c4-3b11-4099-a560-8ca0618e3c41",
"ApprovalDate": "2026-02-19T15:05:12.88033+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3dbc0d52-0a65-441e-90ed-786893d16f11",
"id": "ce82b92c-f1b7-41f8-a468-8f920213c4ae",
"ConfigId": "1fc25af1-0119-433f-96b4-5d117b9f5584"
}