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-15T14:44:54.602866+00:00",
"SubmitDate": "2026-02-15T14:44:54.602866+00:00",
"ReportPeriodStart": "2026-02-15T14:44:54.602866+00:00",
"ReportPeriodEnd": "2026-02-15T14:44:54.602866+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "57f90c0c-dc1f-4081-a866-a30a734fe9d0",
"Rows": [
{
"ItemId": "f10e10f7-74df-4420-b588-da5c9f222e21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f10e10f7-74df-4420-b588-da5c9f222e21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "57f90c0c-dc1f-4081-a866-a30a734fe9d0",
"Rows": [
{
"ItemId": "f10e10f7-74df-4420-b588-da5c9f222e21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f10e10f7-74df-4420-b588-da5c9f222e21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7e931060-06ca-440a-8266-7a7a6a361953",
"327343c4-e01c-4a7f-b2e3-47a675f7f9a0"
],
"Approvers": [
"dc155884-66e2-4ddf-9d76-8c34c4031f34",
"755d46d3-27ee-4c80-8b56-6b60cff53d3f"
],
"ApprovedBy": "b8fd57c3-5da4-4395-86cc-f819b7cf5d30",
"ApprovalDate": "2026-02-15T14:44:54.602866+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bb259f35-26e6-4daf-812a-8c2522a8ec6e",
"id": "02106b03-4eab-4c25-a6c1-0c01b529158c",
"ConfigId": "0f0a095d-cfc9-41e4-a192-8bda4fe469f2"
}