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-26T10:47:37.9892884+00:00",
"SubmitDate": "2026-08-26T10:47:37.9892884+00:00",
"ReportPeriodStart": "2026-08-26T10:47:37.9892884+00:00",
"ReportPeriodEnd": "2026-08-26T10:47:37.9892884+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a30742c6-0c8f-4934-803f-f8196ef3d780",
"Rows": [
{
"ItemId": "e9988d7e-a71b-49da-82c7-2afc011b6f1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e9988d7e-a71b-49da-82c7-2afc011b6f1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a30742c6-0c8f-4934-803f-f8196ef3d780",
"Rows": [
{
"ItemId": "e9988d7e-a71b-49da-82c7-2afc011b6f1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e9988d7e-a71b-49da-82c7-2afc011b6f1f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"681a1215-1ae3-4f53-b273-219cd7c08b0f",
"e52ba43c-2d16-43d1-958c-9d9c2576938c"
],
"Approvers": [
"1ca67b34-84b8-41c9-a01b-2f493c8147ec",
"ba3d42cd-0c6b-444f-9c3b-c3e01356991e"
],
"ApprovedBy": "ca36ca5d-d3a6-45ee-b076-78198503b7e7",
"ApprovalDate": "2026-08-26T10:47:37.9892884+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "21fa1d23-e43f-4485-8a4e-79eb2557f421",
"WorkPlanId": "8f366b89-72a3-4c0e-b00b-cca46d107bbc",
"id": "1a2657d6-b639-4f14-b149-3296f70ef18a",
"ConfigId": "330afc4e-eed6-4bc1-afbc-0f157f51e5ad"
}