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-23T18:18:59.8494313+00:00",
"SubmitDate": "2026-08-23T18:18:59.8494313+00:00",
"ReportPeriodStart": "2026-08-23T18:18:59.8494313+00:00",
"ReportPeriodEnd": "2026-08-23T18:18:59.8494313+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4b990782-ee05-498f-b6f0-95edde1ea07d",
"Rows": [
{
"ItemId": "3ea3e5d2-43f5-4977-8d78-76edecf5ea1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3ea3e5d2-43f5-4977-8d78-76edecf5ea1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4b990782-ee05-498f-b6f0-95edde1ea07d",
"Rows": [
{
"ItemId": "3ea3e5d2-43f5-4977-8d78-76edecf5ea1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3ea3e5d2-43f5-4977-8d78-76edecf5ea1b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"80445065-2e71-4ebb-a4ef-7d9f320e38db",
"60dc706a-f065-4a03-bafa-0b76428e756d"
],
"Approvers": [
"7df3eb22-565c-4023-9764-1390fd495b31",
"97c614cd-f946-4e6c-9a5b-9783fba4dcf7"
],
"ApprovedBy": "d5cc38ae-593b-4991-8911-d90f84efb643",
"ApprovalDate": "2026-08-23T18:18:59.8494313+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6d0cae6c-0837-42a3-a722-ae72ef0e4a19",
"WorkPlanId": "06b4094e-eabb-46f3-a6c7-39c44fe92b74",
"id": "35feedc6-cc4b-4776-bb35-0cb812506c49",
"ConfigId": "a702f0d5-b6a8-4cad-8ed4-d1826a7b1912"
}