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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-02-10T20:39:50.6640391+00:00",
"SubmitDate": "2026-02-10T20:39:50.6640391+00:00",
"ReportPeriodStart": "2026-02-10T20:39:50.6640391+00:00",
"ReportPeriodEnd": "2026-02-10T20:39:50.6640391+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "97e44ae3-8426-47a2-b26b-12fecb0e0034",
"Rows": [
{
"ItemId": "b91c8951-0669-429d-bbce-ce328182432c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b91c8951-0669-429d-bbce-ce328182432c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "97e44ae3-8426-47a2-b26b-12fecb0e0034",
"Rows": [
{
"ItemId": "b91c8951-0669-429d-bbce-ce328182432c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b91c8951-0669-429d-bbce-ce328182432c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9ed56be0-e5aa-44b6-a3df-8cb89ad022c4",
"7b8fcfe8-9216-4e66-8eba-0c6dc1c8258d"
],
"Approvers": [
"ed9adbdb-a74d-471b-baab-7d16b9842115",
"76b3d212-dac1-420c-b44b-af4437436f54"
],
"ApprovedBy": "9b171e6c-514a-48f4-9dce-3bc9464cf49f",
"ApprovalDate": "2026-02-10T20:39:50.6640391+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "08158dc7-a6d8-4e06-bcb5-14d87374f43b",
"id": "e14ba897-b043-4bae-b5cc-a74378946603",
"ConfigId": "ad5996d1-4ec7-47fe-b458-5965fb34ecfe"
}