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-07-28T01:10:53.7906005+00:00",
"SubmitDate": "2026-07-28T01:10:53.7906005+00:00",
"ReportPeriodStart": "2026-07-28T01:10:53.7906005+00:00",
"ReportPeriodEnd": "2026-07-28T01:10:53.7906005+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "66ea6d36-8a1d-41e0-bed4-a74a726b75f8",
"Rows": [
{
"ItemId": "d5839fb0-bf31-4d0d-8aa2-c86c2134cb97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5839fb0-bf31-4d0d-8aa2-c86c2134cb97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "66ea6d36-8a1d-41e0-bed4-a74a726b75f8",
"Rows": [
{
"ItemId": "d5839fb0-bf31-4d0d-8aa2-c86c2134cb97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5839fb0-bf31-4d0d-8aa2-c86c2134cb97",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae1978ad-2ad7-42b8-bc9b-a594db7b42c0",
"5b3f61f4-913d-4a94-a671-0d4c91311547"
],
"Approvers": [
"226e2066-9de7-41ec-af74-70958b3093f2",
"96a7b186-8bfb-48be-b602-a537b966a0e6"
],
"ApprovedBy": "3a7a8ba3-52d6-40af-ad10-5fedb073bd9e",
"ApprovalDate": "2026-07-28T01:10:53.7906005+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "77d40fb8-5de1-45c5-bd20-ae78e515b1b0",
"WorkPlanId": "6a0e9e91-67d5-4a07-bb13-f0596a7bc6c2",
"id": "f9b8e38f-cdcd-4b27-94c1-323cd0705de2",
"ConfigId": "a6f4aa22-b066-470e-bda7-7481adc3c706"
}