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-04-25T12:21:48.28484+00:00",
"SubmitDate": "2026-04-25T12:21:48.28484+00:00",
"ReportPeriodStart": "2026-04-25T12:21:48.28484+00:00",
"ReportPeriodEnd": "2026-04-25T12:21:48.28484+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f01d7c1f-4f46-4e2a-be1b-01bc57416c8f",
"Rows": [
{
"ItemId": "37cfcbdc-7766-49ff-b3e9-431fd1b51233",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "37cfcbdc-7766-49ff-b3e9-431fd1b51233",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f01d7c1f-4f46-4e2a-be1b-01bc57416c8f",
"Rows": [
{
"ItemId": "37cfcbdc-7766-49ff-b3e9-431fd1b51233",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "37cfcbdc-7766-49ff-b3e9-431fd1b51233",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"12716343-a43f-4fb7-8d96-feae25b09cc0",
"30d2a1b6-9080-4e87-8e7a-dcb00036ef54"
],
"Approvers": [
"e97ab0f2-f710-4022-92e7-c07082e31e71",
"9b74a8b1-0cf5-4202-8bfa-cc6cfb23956d"
],
"ApprovedBy": "4f695108-a058-4e34-a4ec-2c1b7d5093b2",
"ApprovalDate": "2026-04-25T12:21:48.28484+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c5558dbb-6cfc-4509-b94b-7ef67d691a25",
"id": "3166ade1-54ea-44a1-907d-e477e92ca035",
"ConfigId": "d9cf0128-bc26-4fcb-8ab9-157283d753b5"
}