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-13T12:24:45.0529493+00:00",
"SubmitDate": "2026-08-13T12:24:45.0529493+00:00",
"ReportPeriodStart": "2026-08-13T12:24:45.0529493+00:00",
"ReportPeriodEnd": "2026-08-13T12:24:45.0529493+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "61428071-21f7-417b-a5f3-f808f098d6fc",
"Rows": [
{
"ItemId": "7955c5e8-a6da-419e-b460-d39e54825b29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7955c5e8-a6da-419e-b460-d39e54825b29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "61428071-21f7-417b-a5f3-f808f098d6fc",
"Rows": [
{
"ItemId": "7955c5e8-a6da-419e-b460-d39e54825b29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7955c5e8-a6da-419e-b460-d39e54825b29",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2634b3ab-c4b2-4398-ae62-329704f16020",
"c19a7cfd-e196-46b1-b371-6be876f6024f"
],
"Approvers": [
"9a94f344-e0d6-4316-99c0-e05a8f3f7f2a",
"1a0304f1-3160-49a3-97e7-b20c5ff5378f"
],
"ApprovedBy": "4d35a36e-952d-476d-840f-2a8f040a6865",
"ApprovalDate": "2026-08-13T12:24:45.0529493+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "791f8b09-7277-4ff9-9499-dbd4ba143834",
"WorkPlanId": "ad43a98d-9a54-4549-8cf5-5b04427d8a3c",
"id": "8492bb42-5803-4ad3-a7ad-4fc051101f8e",
"ConfigId": "d55fea3c-0af4-42b1-8837-474a1f53f4da"
}