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-04-30T08:00:45.9623363+00:00",
"SubmitDate": "2026-04-30T08:00:45.9623363+00:00",
"ReportPeriodStart": "2026-04-30T08:00:45.9623363+00:00",
"ReportPeriodEnd": "2026-04-30T08:00:45.9623363+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "79703755-22fd-4553-95e2-2acca1b1b506",
"Rows": [
{
"ItemId": "59cb5f90-ecdc-4896-bd02-e180d45eb0c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59cb5f90-ecdc-4896-bd02-e180d45eb0c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "79703755-22fd-4553-95e2-2acca1b1b506",
"Rows": [
{
"ItemId": "59cb5f90-ecdc-4896-bd02-e180d45eb0c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59cb5f90-ecdc-4896-bd02-e180d45eb0c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"18fd74a2-94aa-47e9-99dc-5901801b148c",
"ce242901-e316-4e70-9319-b2695ae94d53"
],
"Approvers": [
"4688d591-bd4a-4d94-9a62-1fc2889db336",
"b1f893d6-56b5-4dce-93e8-d3eff76ccd64"
],
"ApprovedBy": "f9982699-2143-4312-a37b-741c173f1fef",
"ApprovalDate": "2026-04-30T08:00:45.9623363+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1d5d0e9f-c65a-4208-bea9-ce7098ede143",
"id": "195029ce-4001-43ce-ae2a-b4cef832ed8e",
"ConfigId": "fae98a46-b68e-45db-930b-2ee6f6f5f8dc"
}