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-19T21:17:26.0742885+00:00",
"SubmitDate": "2026-04-19T21:17:26.0742885+00:00",
"ReportPeriodStart": "2026-04-19T21:17:26.0742885+00:00",
"ReportPeriodEnd": "2026-04-19T21:17:26.0742885+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c391e3d8-e9fb-410d-995d-ce668cc10fd5",
"Rows": [
{
"ItemId": "4f1fe493-06d0-42a8-8635-64c109d5d715",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4f1fe493-06d0-42a8-8635-64c109d5d715",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c391e3d8-e9fb-410d-995d-ce668cc10fd5",
"Rows": [
{
"ItemId": "4f1fe493-06d0-42a8-8635-64c109d5d715",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4f1fe493-06d0-42a8-8635-64c109d5d715",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d605bbde-e743-4416-aca4-59d26eb19b5b",
"4dbae210-3cd9-4e23-982f-f06a615c2688"
],
"Approvers": [
"8adc9497-478d-42ac-91c8-274aec595b62",
"9fe675c1-42f9-46a0-951f-16714fb2c4d9"
],
"ApprovedBy": "5d509815-03f1-4f2a-88f5-66c75be674ef",
"ApprovalDate": "2026-04-19T21:17:26.0742885+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2b3c6c0b-267a-45a5-9c20-f06833c8fd2b",
"id": "a32cae48-bafa-4d3e-8984-bc7fa9ba16f3",
"ConfigId": "5111682b-2792-4ea2-920f-64a6945fe130"
}