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-05-31T02:22:36.060325+00:00",
"SubmitDate": "2026-05-31T02:22:36.060325+00:00",
"ReportPeriodStart": "2026-05-31T02:22:36.060325+00:00",
"ReportPeriodEnd": "2026-05-31T02:22:36.060325+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9a35853e-e058-4243-a8a1-77c7ab9e5629",
"Rows": [
{
"ItemId": "70b0e306-12d9-47ea-9f40-b6eec0e92b29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "70b0e306-12d9-47ea-9f40-b6eec0e92b29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9a35853e-e058-4243-a8a1-77c7ab9e5629",
"Rows": [
{
"ItemId": "70b0e306-12d9-47ea-9f40-b6eec0e92b29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "70b0e306-12d9-47ea-9f40-b6eec0e92b29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d66e6c50-da3f-4940-a8ee-8a3fe7af9f5c",
"bfefa5ed-9415-40c4-a60b-e58aa430d84b"
],
"Approvers": [
"20f40150-9dde-42d2-aae9-329c916a55ca",
"4b785016-ee53-49a0-9c05-25d57bb2cd2b"
],
"ApprovedBy": "221f93c3-798c-4e54-8e9c-ea096e328d1f",
"ApprovalDate": "2026-05-31T02:22:36.060325+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fc0d12af-95ed-4f69-a396-ffa1bf202d41",
"id": "e0e952a8-3e96-40ef-8f19-4c91e4f9dbc5",
"ConfigId": "bd511a5f-2c28-45d8-84cc-1ac182b14ca8"
}