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-12T04:12:56.2951594+00:00",
"SubmitDate": "2026-02-12T04:12:56.2951594+00:00",
"ReportPeriodStart": "2026-02-12T04:12:56.2951594+00:00",
"ReportPeriodEnd": "2026-02-12T04:12:56.2951594+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a316ea4d-6e4d-4410-8dca-a562ce10e896",
"Rows": [
{
"ItemId": "8101056c-1ac5-4f2c-bc4a-1ca418402c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8101056c-1ac5-4f2c-bc4a-1ca418402c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a316ea4d-6e4d-4410-8dca-a562ce10e896",
"Rows": [
{
"ItemId": "8101056c-1ac5-4f2c-bc4a-1ca418402c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8101056c-1ac5-4f2c-bc4a-1ca418402c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c5a13f9d-8d60-48dc-a2d8-2485a8d2b330",
"1fd8c1c2-17ff-4cab-a185-4e5c41172cc3"
],
"Approvers": [
"daaa5123-87ef-4a91-ae34-74b5dba34a6a",
"6e1c1f5a-97c9-4e64-afb5-92a0b40bc6bf"
],
"ApprovedBy": "4573fd46-36f6-4eb0-868a-82b69fbd8b8b",
"ApprovalDate": "2026-02-12T04:12:56.2951594+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4fa5cfff-c308-4e48-88b0-84f091127284",
"id": "09de1b99-f9db-4dbb-ac6d-60a9cf42a59b",
"ConfigId": "0c88b5c5-d0b7-45f3-8f1b-4f54dc589fb1"
}