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-08T23:27:16.4775553+00:00",
"SubmitDate": "2026-02-08T23:27:16.4775553+00:00",
"ReportPeriodStart": "2026-02-08T23:27:16.4775553+00:00",
"ReportPeriodEnd": "2026-02-08T23:27:16.4775553+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e25d494b-e6eb-4a3d-a8cd-a5560e62f428",
"Rows": [
{
"ItemId": "b116f8ab-306c-4ad2-abf0-cbcbdac62522",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b116f8ab-306c-4ad2-abf0-cbcbdac62522",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e25d494b-e6eb-4a3d-a8cd-a5560e62f428",
"Rows": [
{
"ItemId": "b116f8ab-306c-4ad2-abf0-cbcbdac62522",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b116f8ab-306c-4ad2-abf0-cbcbdac62522",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"587edf6a-4958-40c8-bc41-3aa4f8577327",
"2a8223d4-767b-4acc-8c0e-05a2e1436a9c"
],
"Approvers": [
"6ccd9ff0-daa8-477e-9c64-f49762e3703f",
"bf9ffd13-691c-4520-875f-3fe579a0de6c"
],
"ApprovedBy": "4027f545-8eea-435b-af9d-8a9581ae1924",
"ApprovalDate": "2026-02-08T23:27:16.4775553+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "911b973b-29be-4f93-a57a-aaae42b0f28d",
"id": "d32cdb78-a341-4129-aedf-3c77ec55af14",
"ConfigId": "5f9e553d-aacc-4241-b2da-e31e114d9378"
}