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-06-29T03:45:03.7875333+00:00",
"SubmitDate": "2026-06-29T03:45:03.7875333+00:00",
"ReportPeriodStart": "2026-06-29T03:45:03.7875333+00:00",
"ReportPeriodEnd": "2026-06-29T03:45:03.7875333+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a15e4b99-5951-44ed-8afc-49902d6d3fe7",
"Rows": [
{
"ItemId": "7b5ba7a7-cc00-45fd-96eb-9382f31a3db4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b5ba7a7-cc00-45fd-96eb-9382f31a3db4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a15e4b99-5951-44ed-8afc-49902d6d3fe7",
"Rows": [
{
"ItemId": "7b5ba7a7-cc00-45fd-96eb-9382f31a3db4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7b5ba7a7-cc00-45fd-96eb-9382f31a3db4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f2b798b5-3e30-428c-a0f1-09d98d52fde1",
"9991c705-792f-4a1e-bcb6-4159d3adc640"
],
"Approvers": [
"efaa0029-07c3-4016-ab5d-5a55eb1a6607",
"9c51acb1-003e-47a6-8f1c-af95fe6f5898"
],
"ApprovedBy": "abe37a2a-54d4-4676-bce9-c2ef080f6724",
"ApprovalDate": "2026-06-29T03:45:03.7875333+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "30ca7b41-57e5-42e3-b74f-4e1e679509a1",
"WorkPlanId": "34064a0d-7315-4d6d-9723-824a76ec53b3",
"id": "bb9b553d-ae80-46f2-b9fb-5b4456a17d02",
"ConfigId": "e53c6b74-81c3-4171-811d-94cd3148af90"
}