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-29T02:49:39.6421605+00:00",
"SubmitDate": "2026-07-29T02:49:39.6421605+00:00",
"ReportPeriodStart": "2026-07-29T02:49:39.6421605+00:00",
"ReportPeriodEnd": "2026-07-29T02:49:39.6421605+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ee84132-3976-4281-bd9e-297fdaf62fdd",
"Rows": [
{
"ItemId": "a3b176dc-c4d9-43ee-a7e5-016689c70137",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a3b176dc-c4d9-43ee-a7e5-016689c70137",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ee84132-3976-4281-bd9e-297fdaf62fdd",
"Rows": [
{
"ItemId": "a3b176dc-c4d9-43ee-a7e5-016689c70137",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a3b176dc-c4d9-43ee-a7e5-016689c70137",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eaf55523-1a82-4f61-b0c1-0732320229db",
"0d09b6ed-1550-4a70-9937-f3b87637c92e"
],
"Approvers": [
"568e0c59-1fd9-4551-80ca-8c233d32c26e",
"0349bddb-39d7-4896-960b-ea159f6e6521"
],
"ApprovedBy": "8d21dcaa-30bb-42a2-9d25-faf4338cafa5",
"ApprovalDate": "2026-07-29T02:49:39.6421605+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "87a3c1ae-ff79-424e-8fa1-2e518aecb763",
"WorkPlanId": "6fe8f3ef-2972-452e-b558-37f10801fd01",
"id": "a9124166-12ff-41b7-a70e-11f91e4231e1",
"ConfigId": "feab8bff-d0da-4b62-8c96-a0b94d720838"
}