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-16T21:21:26.1629596+00:00",
"SubmitDate": "2026-04-16T21:21:26.1629596+00:00",
"ReportPeriodStart": "2026-04-16T21:21:26.1629596+00:00",
"ReportPeriodEnd": "2026-04-16T21:21:26.1629596+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5fd26f9f-c9f8-4369-85d8-0772fccde71b",
"Rows": [
{
"ItemId": "2117e57a-d9b4-4e15-8d48-c317bf1c8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2117e57a-d9b4-4e15-8d48-c317bf1c8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5fd26f9f-c9f8-4369-85d8-0772fccde71b",
"Rows": [
{
"ItemId": "2117e57a-d9b4-4e15-8d48-c317bf1c8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2117e57a-d9b4-4e15-8d48-c317bf1c8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d37c1fe4-2d64-4d5c-aa75-59188cb9b0cb",
"4a57f78b-9ad7-4359-a6bf-5be1bc033edf"
],
"Approvers": [
"3762d573-ff6e-4038-a5ef-5383b71fb189",
"98342595-fe6f-45c6-8e54-617aa676b7c9"
],
"ApprovedBy": "4d9ca789-3406-4bb5-a8af-f375d9de3589",
"ApprovalDate": "2026-04-16T21:21:26.1629596+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "175ee81e-709b-4562-8d4e-2b8d05ada03b",
"id": "1b171dec-9919-494c-8fb6-9b1f9f115feb",
"ConfigId": "27c3731c-96c6-45a4-9742-4ed5ed570e37"
}