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-11T02:45:42.817554+00:00",
"SubmitDate": "2026-02-11T02:45:42.817554+00:00",
"ReportPeriodStart": "2026-02-11T02:45:42.817554+00:00",
"ReportPeriodEnd": "2026-02-11T02:45:42.817554+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "576b3995-e93f-4fa3-a0a8-e85bcd5df9cb",
"Rows": [
{
"ItemId": "ec4d8007-710f-4747-8fd6-f0b98020e30e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec4d8007-710f-4747-8fd6-f0b98020e30e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "576b3995-e93f-4fa3-a0a8-e85bcd5df9cb",
"Rows": [
{
"ItemId": "ec4d8007-710f-4747-8fd6-f0b98020e30e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec4d8007-710f-4747-8fd6-f0b98020e30e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f62083dd-a30f-4d25-845b-ecd9fa165cf0",
"45d9dade-de77-47e8-a0c8-45c75a5686c7"
],
"Approvers": [
"1d76cc79-8162-4a90-9306-097b1a3fac24",
"a05ccb1c-7222-4e35-9c72-5eb046284f47"
],
"ApprovedBy": "5c328617-6ad8-4b7b-8a23-73514e46b807",
"ApprovalDate": "2026-02-11T02:45:42.817554+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c875498f-600b-4458-946e-5fb5f62d4c42",
"id": "10a24344-1a73-4a48-998d-0828294fab42",
"ConfigId": "024794a8-408d-49b5-a414-70db4725f71e"
}