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-30T02:11:56.3042223+00:00",
"SubmitDate": "2026-08-30T02:11:56.3042223+00:00",
"ReportPeriodStart": "2026-08-30T02:11:56.3042223+00:00",
"ReportPeriodEnd": "2026-08-30T02:11:56.3042223+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d4525b80-7b90-4fdd-84f2-12e57c66c0c1",
"Rows": [
{
"ItemId": "f7c3a61d-0bbb-45ff-861d-5f2825f11e7a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f7c3a61d-0bbb-45ff-861d-5f2825f11e7a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d4525b80-7b90-4fdd-84f2-12e57c66c0c1",
"Rows": [
{
"ItemId": "f7c3a61d-0bbb-45ff-861d-5f2825f11e7a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f7c3a61d-0bbb-45ff-861d-5f2825f11e7a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"db36f315-a0c0-46fc-9f10-86c478a11fe8",
"c8924828-849a-41d3-a8af-1b32fd455e2f"
],
"Approvers": [
"675de811-5fe9-4c00-b375-5668b4d49905",
"9773f725-854d-4e5a-b2bb-ae13e854c1a4"
],
"ApprovedBy": "5a1e900e-75f5-4fb9-872c-0dd5a8aa4cc8",
"ApprovalDate": "2026-08-30T02:11:56.3042223+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5d2c0389-0026-4243-bc2b-5c8cc082b206",
"WorkPlanId": "fb18527d-ac7f-439b-9725-38064031c7dd",
"id": "d3c7b67b-3fe5-40ea-8331-4cf323db9598",
"ConfigId": "7a749ee1-2eae-4719-b12f-df5b627eb177"
}