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-06T19:52:52.7383312+00:00",
"SubmitDate": "2026-04-06T19:52:52.7383312+00:00",
"ReportPeriodStart": "2026-04-06T19:52:52.7383312+00:00",
"ReportPeriodEnd": "2026-04-06T19:52:52.7383312+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe7ca033-d6d9-4c4c-9df3-ed72e84943e0",
"Rows": [
{
"ItemId": "478f78a6-c91d-4910-9cab-932a5db42227",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "478f78a6-c91d-4910-9cab-932a5db42227",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe7ca033-d6d9-4c4c-9df3-ed72e84943e0",
"Rows": [
{
"ItemId": "478f78a6-c91d-4910-9cab-932a5db42227",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "478f78a6-c91d-4910-9cab-932a5db42227",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7ab0bc07-46a2-4827-a8fa-c25433f8e1fc",
"df511188-5403-4e3a-8bb7-d53c31601abe"
],
"Approvers": [
"bc05a144-28fa-46f2-8c2c-758f68a27976",
"e680efbc-4eb2-4959-81c7-baed43c26b65"
],
"ApprovedBy": "f7f8814b-acae-4039-95f7-b9a3dba8b377",
"ApprovalDate": "2026-04-06T19:52:52.7383312+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2149a120-54e1-4a3d-a841-8c10cae096a5",
"id": "7a81c536-b6d9-439d-918a-9d059a1b0d25",
"ConfigId": "8fbb3b81-3e64-4dde-a9b7-1e44e0d3e15a"
}