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-18T01:17:29.6373324+00:00",
"SubmitDate": "2026-02-18T01:17:29.6373324+00:00",
"ReportPeriodStart": "2026-02-18T01:17:29.6373324+00:00",
"ReportPeriodEnd": "2026-02-18T01:17:29.6373324+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "23b7bfde-4e67-4459-a458-4a1bdce80858",
"Rows": [
{
"ItemId": "9ef6f456-2ede-47b9-80a0-55f4f4b9f86e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ef6f456-2ede-47b9-80a0-55f4f4b9f86e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "23b7bfde-4e67-4459-a458-4a1bdce80858",
"Rows": [
{
"ItemId": "9ef6f456-2ede-47b9-80a0-55f4f4b9f86e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ef6f456-2ede-47b9-80a0-55f4f4b9f86e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9294c79f-58e9-4638-9e17-8401355c7a4f",
"cc23438c-8510-447d-aa89-fc93921587e3"
],
"Approvers": [
"896fc56a-7c55-4d06-8702-cfd9a0b62417",
"40b02493-383e-47a9-ba30-0f326ecf4412"
],
"ApprovedBy": "e34adbb6-5b1f-4076-9cdd-4ce533ca5055",
"ApprovalDate": "2026-02-18T01:17:29.6373324+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e6f49b1a-7c45-490e-84f7-9aa1f8add700",
"id": "7b524631-9997-4d4d-a505-f4836fc88892",
"ConfigId": "8b4a4f20-bdfd-4b5a-bfa5-b785c76b8758"
}