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-01-26T03:29:02.82585+00:00",
"SubmitDate": "2026-01-26T03:29:02.82585+00:00",
"ReportPeriodStart": "2026-01-26T03:29:02.82585+00:00",
"ReportPeriodEnd": "2026-01-26T03:29:02.82585+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2e888159-42a6-4780-94f6-9e8837870d32",
"Rows": [
{
"ItemId": "e2fcf155-5881-44f9-839e-608a323d3e23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e2fcf155-5881-44f9-839e-608a323d3e23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2e888159-42a6-4780-94f6-9e8837870d32",
"Rows": [
{
"ItemId": "e2fcf155-5881-44f9-839e-608a323d3e23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e2fcf155-5881-44f9-839e-608a323d3e23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fe38486d-55d9-48f7-8b75-31d3af33125d",
"92abc9b2-c614-4d95-9b66-c404e57bf2ef"
],
"Approvers": [
"95833d60-7b70-4763-b5f4-35e3ea049805",
"12a7ad92-4856-46e5-ab9c-cb247e12cfd1"
],
"ApprovedBy": "f0b608db-4943-4c42-8ef2-ee7c9fa27680",
"ApprovalDate": "2026-01-26T03:29:02.82585+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5962acee-6c39-46d0-bf39-23a7d6b332e9",
"id": "6ae1cb79-ccb7-4961-8646-5c651c68fdc6",
"ConfigId": "21c634d0-e4bb-48fd-8f94-4641670729cb"
}