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-14T01:37:46.7780939+00:00",
"SubmitDate": "2026-02-14T01:37:46.7780939+00:00",
"ReportPeriodStart": "2026-02-14T01:37:46.7780939+00:00",
"ReportPeriodEnd": "2026-02-14T01:37:46.7780939+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ba4f82cb-b99c-4834-a22e-c34f147d8efc",
"Rows": [
{
"ItemId": "dcb15e1a-2cdf-4797-bad8-400b9717730a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcb15e1a-2cdf-4797-bad8-400b9717730a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ba4f82cb-b99c-4834-a22e-c34f147d8efc",
"Rows": [
{
"ItemId": "dcb15e1a-2cdf-4797-bad8-400b9717730a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcb15e1a-2cdf-4797-bad8-400b9717730a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b465e181-ebb2-49c8-b3c0-a1b02e46b323",
"8e8e1fd4-f59b-4e64-b8a0-842661d31dca"
],
"Approvers": [
"ac9c9610-fc42-4c5f-83b6-1780c1aee05b",
"acd3f795-542c-45dd-b809-4c8598fabd0d"
],
"ApprovedBy": "06657fca-3439-4932-95ee-4b25b0999d77",
"ApprovalDate": "2026-02-14T01:37:46.7780939+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b16c6c32-cb03-49b2-bf93-1088a7e7bb4d",
"id": "cb302498-2c03-4857-9ee0-eeb674771c3b",
"ConfigId": "845e6dfa-d844-463a-8128-25013ade47f7"
}