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-05-20T11:19:47.4030783+00:00",
"SubmitDate": "2026-05-20T11:19:47.4030783+00:00",
"ReportPeriodStart": "2026-05-20T11:19:47.4030783+00:00",
"ReportPeriodEnd": "2026-05-20T11:19:47.4030783+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "644c942d-7869-4876-91fa-63f8ce7b5aa8",
"Rows": [
{
"ItemId": "5d87ce03-acf0-4304-b6d4-da358e2fa516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5d87ce03-acf0-4304-b6d4-da358e2fa516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "644c942d-7869-4876-91fa-63f8ce7b5aa8",
"Rows": [
{
"ItemId": "5d87ce03-acf0-4304-b6d4-da358e2fa516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5d87ce03-acf0-4304-b6d4-da358e2fa516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"61ebc66f-1eb6-482e-9bb7-07e6f10336ad",
"0634552a-26f5-4c96-a98d-4d8200e7acd0"
],
"Approvers": [
"2df5af13-88e1-46ee-aafe-f53c6e2b9ca9",
"f978560b-b4e9-4315-9308-11877330f76c"
],
"ApprovedBy": "159e98b4-ef9c-4ccb-a5c7-f02b3744c311",
"ApprovalDate": "2026-05-20T11:19:47.4030783+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a03e8c97-beb1-47b0-9747-bb2f2a9ff4d6",
"id": "354a3ffe-3f95-4364-8e76-157001a7346a",
"ConfigId": "7544e45d-ec31-4f6c-a12b-99b76f49d963"
}