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-19T00:39:40.8594613+00:00",
"SubmitDate": "2026-06-19T00:39:40.8594613+00:00",
"ReportPeriodStart": "2026-06-19T00:39:40.8594613+00:00",
"ReportPeriodEnd": "2026-06-19T00:39:40.8594613+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "05e69325-83dd-4ce2-ab44-d3f0c9a97ded",
"Rows": [
{
"ItemId": "5dd30603-bc68-4207-8c91-65e94dfc7f93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5dd30603-bc68-4207-8c91-65e94dfc7f93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "05e69325-83dd-4ce2-ab44-d3f0c9a97ded",
"Rows": [
{
"ItemId": "5dd30603-bc68-4207-8c91-65e94dfc7f93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5dd30603-bc68-4207-8c91-65e94dfc7f93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6728477c-fc70-480b-98a1-66e5c83f9eb9",
"e2c7288f-295c-49df-943c-8b2f0965b092"
],
"Approvers": [
"8b0646a3-cb91-4b27-8691-3f0cd77214f1",
"8f83d863-d713-450f-826f-32b5757e3b0f"
],
"ApprovedBy": "4e075e85-4678-4886-8e43-62d201f1138b",
"ApprovalDate": "2026-06-19T00:39:40.8594613+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "271ce644-4d64-49cb-b433-b3fda0443a13",
"id": "9dc4517f-20ed-481f-86be-541300824627",
"ConfigId": "f8c6b67f-3038-4911-969c-0eb333012521"
}