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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-07-25T22:03:50.8153797+00:00",
"SubmitDate": "2026-07-25T22:03:50.8153797+00:00",
"ReportPeriodStart": "2026-07-25T22:03:50.8153797+00:00",
"ReportPeriodEnd": "2026-07-25T22:03:50.8153797+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90671744-4f90-4e29-b55d-8418d74b35c5",
"Rows": [
{
"ItemId": "fec7621a-b632-4d46-81b8-274805244dbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fec7621a-b632-4d46-81b8-274805244dbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90671744-4f90-4e29-b55d-8418d74b35c5",
"Rows": [
{
"ItemId": "fec7621a-b632-4d46-81b8-274805244dbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fec7621a-b632-4d46-81b8-274805244dbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e37328db-624f-45fd-9233-ebd4908e41d5",
"35cf4243-4c80-4d24-b487-b4b21e11610b"
],
"Approvers": [
"623e7b76-840d-4db3-b0b9-aae00dc6e1d0",
"84d0ebe0-6eb5-45f7-b48b-6a5add31c9c1"
],
"ApprovedBy": "456965a4-a6d8-4e9d-bab6-c8aea337dbfa",
"ApprovalDate": "2026-07-25T22:03:50.8153797+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5dbeaba6-336f-4e5d-990c-cab6ae6183e3",
"WorkPlanId": "260d1f8b-fc40-40c3-b7d5-82def4072e22",
"id": "a8184eed-cec3-4304-ba84-07ce6ad27e91",
"ConfigId": "5f565f1d-7d07-4266-b365-2943f3b8fa7e"
}