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-07T07:52:39.891875+00:00",
"SubmitDate": "2026-06-07T07:52:39.891875+00:00",
"ReportPeriodStart": "2026-06-07T07:52:39.891875+00:00",
"ReportPeriodEnd": "2026-06-07T07:52:39.891875+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b99caa00-6579-4ed9-93db-d32d578eb916",
"Rows": [
{
"ItemId": "0f23b98d-5d25-43c6-9c3a-638ddfd87f81",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0f23b98d-5d25-43c6-9c3a-638ddfd87f81",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b99caa00-6579-4ed9-93db-d32d578eb916",
"Rows": [
{
"ItemId": "0f23b98d-5d25-43c6-9c3a-638ddfd87f81",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0f23b98d-5d25-43c6-9c3a-638ddfd87f81",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"de110c7c-c309-422b-8b93-c621880b39e4",
"28327158-83da-4d63-92cf-5366ed1bc7dc"
],
"Approvers": [
"c3934d68-654d-408a-9c5e-03a031fd5b20",
"59cfeb46-d5a4-4ac9-81dc-9a281ff95eb4"
],
"ApprovedBy": "45f160c5-40b2-4010-9116-bdaad82ff7f2",
"ApprovalDate": "2026-06-07T07:52:39.891875+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b9a245e8-f1c0-491a-8aca-5c16cf55e709",
"id": "0554a1c0-1e7e-4408-b5ec-37e294c863c0",
"ConfigId": "626520f9-f8a5-495d-9a8b-812d031f47a6"
}