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-08-24T15:32:58.6713208+00:00",
"SubmitDate": "2026-08-24T15:32:58.6713208+00:00",
"ReportPeriodStart": "2026-08-24T15:32:58.6713208+00:00",
"ReportPeriodEnd": "2026-08-24T15:32:58.6713208+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "383ec935-1a4b-4b70-a685-36eb6f10f5e0",
"Rows": [
{
"ItemId": "7602573f-8e02-45c9-a65d-32aaba88a0f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7602573f-8e02-45c9-a65d-32aaba88a0f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "383ec935-1a4b-4b70-a685-36eb6f10f5e0",
"Rows": [
{
"ItemId": "7602573f-8e02-45c9-a65d-32aaba88a0f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7602573f-8e02-45c9-a65d-32aaba88a0f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55dbe891-403d-42ac-80c4-25bd67a14bc9",
"9223501e-b53d-493f-ab26-2232fbee8307"
],
"Approvers": [
"866b7a6b-5506-4df8-8ecf-c1684b1f7af9",
"ce1f5955-4ca1-40dd-891a-45a1fe6e597d"
],
"ApprovedBy": "17fbe9e2-52e6-44ba-a56a-62a46d303bb3",
"ApprovalDate": "2026-08-24T15:32:58.6713208+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f095d47d-f7f0-4221-9ced-e427f155b899",
"WorkPlanId": "3fda02ff-e956-4c17-85a3-52756c82743e",
"id": "9b9ada9f-ee7d-4d1e-8361-f5ae4a322765",
"ConfigId": "bd93008f-2e2a-40bf-bc0e-2013f1097107"
}