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-03-11T08:30:53.4269691+00:00",
"SubmitDate": "2026-03-11T08:30:53.4269691+00:00",
"ReportPeriodStart": "2026-03-11T08:30:53.4269691+00:00",
"ReportPeriodEnd": "2026-03-11T08:30:53.4269691+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "72dab70e-26dc-4c64-a09d-ceae02df8621",
"Rows": [
{
"ItemId": "067e86a1-7d29-4cd4-90d4-713e9a4de2d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "067e86a1-7d29-4cd4-90d4-713e9a4de2d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "72dab70e-26dc-4c64-a09d-ceae02df8621",
"Rows": [
{
"ItemId": "067e86a1-7d29-4cd4-90d4-713e9a4de2d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "067e86a1-7d29-4cd4-90d4-713e9a4de2d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8b4ec10c-9e18-45e1-9e58-0fdf6a94b506",
"82e00f12-7b8c-4003-b761-01475eed53c3"
],
"Approvers": [
"5897ed3b-e462-42f6-a070-e2b0b12a9956",
"3fb3e8d3-e055-4cfb-bfdb-ab55b3a26608"
],
"ApprovedBy": "11518c52-2188-4055-b28c-7301153180e0",
"ApprovalDate": "2026-03-11T08:30:53.4269691+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ca566a16-4682-4cf9-95f2-9b3f667dfe5c",
"id": "ec3e7140-10ea-47bc-8854-d49c30373913",
"ConfigId": "6b986204-b23b-4348-b90a-7834d07baaec"
}