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-24T20:46:21.5926614+00:00",
"SubmitDate": "2026-06-24T20:46:21.5926614+00:00",
"ReportPeriodStart": "2026-06-24T20:46:21.5926614+00:00",
"ReportPeriodEnd": "2026-06-24T20:46:21.5926614+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6c77797b-1ac4-4369-adf2-3f4f7329ba0d",
"Rows": [
{
"ItemId": "11ec2658-c244-4f97-a588-f252640bc168",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "11ec2658-c244-4f97-a588-f252640bc168",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6c77797b-1ac4-4369-adf2-3f4f7329ba0d",
"Rows": [
{
"ItemId": "11ec2658-c244-4f97-a588-f252640bc168",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "11ec2658-c244-4f97-a588-f252640bc168",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9ddb1dbf-aaf0-42d3-8d38-707006ff7724",
"a3a1ca52-bd3c-4f87-b628-de212240b9f9"
],
"Approvers": [
"25824667-49b7-42ba-bc1d-9dd225ac7304",
"cf6029d5-2551-4b2c-ad9e-da21fed8961e"
],
"ApprovedBy": "4d67679c-becd-462e-bde7-66a4812a30f7",
"ApprovalDate": "2026-06-24T20:46:21.5926614+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7558ebdf-a2e1-4fb6-a67d-a652d29f27e9",
"id": "7ebe9058-ef0c-43c8-a485-50c5b68e3d70",
"ConfigId": "09bcb42a-c0ed-4eae-a5d2-61f1baf0feb1"
}