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-25T20:00:27.5190036+00:00",
"SubmitDate": "2026-02-25T20:00:27.5190036+00:00",
"ReportPeriodStart": "2026-02-25T20:00:27.5190036+00:00",
"ReportPeriodEnd": "2026-02-25T20:00:27.5190036+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e725ddf-b65e-4a1f-bfb0-81a474f0fb69",
"Rows": [
{
"ItemId": "b3f42cca-c005-467f-b7f7-11b29f4270a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b3f42cca-c005-467f-b7f7-11b29f4270a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e725ddf-b65e-4a1f-bfb0-81a474f0fb69",
"Rows": [
{
"ItemId": "b3f42cca-c005-467f-b7f7-11b29f4270a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b3f42cca-c005-467f-b7f7-11b29f4270a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1ce5c001-7d43-4aa2-8f68-85a339f77e41",
"9815e9ed-b1da-47c7-a074-6d241e63fea5"
],
"Approvers": [
"f291dd0e-5de0-435f-9971-b2b5c4fe9f2b",
"be55382e-41e1-4480-8c5d-da44652738d8"
],
"ApprovedBy": "6413c074-b507-409f-84c0-9698a0b4d981",
"ApprovalDate": "2026-02-25T20:00:27.5190036+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "84a0b485-f524-427b-badb-a925face08f5",
"id": "fdc0c529-00e1-474d-b6ac-f57607f3c17f",
"ConfigId": "27600188-b117-4bb5-b363-c6647794afae"
}