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-22T04:18:17.7338243+00:00",
"SubmitDate": "2026-08-22T04:18:17.7338243+00:00",
"ReportPeriodStart": "2026-08-22T04:18:17.7338243+00:00",
"ReportPeriodEnd": "2026-08-22T04:18:17.7338243+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e9b93fb-e398-4b69-b2f8-ed8daa556f58",
"Rows": [
{
"ItemId": "d236f5dd-7397-4b12-8f66-13c2588b2bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d236f5dd-7397-4b12-8f66-13c2588b2bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e9b93fb-e398-4b69-b2f8-ed8daa556f58",
"Rows": [
{
"ItemId": "d236f5dd-7397-4b12-8f66-13c2588b2bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d236f5dd-7397-4b12-8f66-13c2588b2bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c275a418-fd40-4f81-96ff-ff812dd7c00c",
"79ba5bdd-188b-44ff-bd47-6c19338d7b84"
],
"Approvers": [
"2ce44eba-ebe6-4c3e-881c-03759cf23dda",
"a81ee3b0-b69a-4288-bb58-61e5a8a03140"
],
"ApprovedBy": "d5fdbcc2-8179-4c2c-83cf-9c8e5465a44f",
"ApprovalDate": "2026-08-22T04:18:17.7338243+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "41fdc340-dd09-4455-949b-8eeac92e2b83",
"WorkPlanId": "3ecf3bc6-7828-4025-902b-f02582f45327",
"id": "98c7bb2e-3fe2-4e6b-8296-08c3fcc60ca4",
"ConfigId": "cf952a2b-cda2-44cb-b0d2-ff2a95f9a664"
}