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-22T15:49:33.501693+00:00",
"SubmitDate": "2026-06-22T15:49:33.501693+00:00",
"ReportPeriodStart": "2026-06-22T15:49:33.501693+00:00",
"ReportPeriodEnd": "2026-06-22T15:49:33.501693+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e48c4fba-a711-4bba-83a4-1c22cd7fe13c",
"Rows": [
{
"ItemId": "d39026f3-2349-4114-b5c8-674cc2f2cdb6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d39026f3-2349-4114-b5c8-674cc2f2cdb6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e48c4fba-a711-4bba-83a4-1c22cd7fe13c",
"Rows": [
{
"ItemId": "d39026f3-2349-4114-b5c8-674cc2f2cdb6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d39026f3-2349-4114-b5c8-674cc2f2cdb6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4bf9e9c6-c5f7-451c-8f2c-092df6fc165c",
"99fb0a47-c0fa-49a5-9a16-4f3a74cc3a9e"
],
"Approvers": [
"1770eee8-6955-4bfc-a4d0-e9917d599230",
"a9f95cda-7b19-42d5-8fe9-e873c65e4f2b"
],
"ApprovedBy": "f21bf148-c439-4f41-83d3-7996a9962018",
"ApprovalDate": "2026-06-22T15:49:33.501693+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c666d9a1-6a41-4f9a-96b2-a1c9b6033d9c",
"id": "00360856-57dc-4331-b8ce-67967e5c06f0",
"ConfigId": "138af7ac-564e-41ac-89b1-e32ccb4c5bde"
}