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-08T07:36:12.5080186+00:00",
"SubmitDate": "2026-02-08T07:36:12.5080186+00:00",
"ReportPeriodStart": "2026-02-08T07:36:12.5080186+00:00",
"ReportPeriodEnd": "2026-02-08T07:36:12.5080186+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a522f9e-8d5e-435c-aa31-9e467ac40856",
"Rows": [
{
"ItemId": "684c5a60-11d0-4cd0-866e-c64f364ea79e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "684c5a60-11d0-4cd0-866e-c64f364ea79e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a522f9e-8d5e-435c-aa31-9e467ac40856",
"Rows": [
{
"ItemId": "684c5a60-11d0-4cd0-866e-c64f364ea79e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "684c5a60-11d0-4cd0-866e-c64f364ea79e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38a4d95e-856c-490b-a605-c1bfb650e504",
"85c21bac-e9d4-4b10-b23a-12deffad2293"
],
"Approvers": [
"101558ad-f619-415d-8971-2e3300a9ecd2",
"238fb924-2d80-4e2f-9143-8bf586153571"
],
"ApprovedBy": "35ab78e1-ed39-46df-ace4-c1e206f94417",
"ApprovalDate": "2026-02-08T07:36:12.5080186+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1942a9c2-cf4b-433e-a884-659080ee6d35",
"id": "b40a3c6e-b34c-486d-9104-0c04fbeae8ac",
"ConfigId": "dc98a3b4-94e5-4b83-911a-dc8ed45f61e1"
}