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-26T08:04:19.5985601+00:00",
"SubmitDate": "2026-04-26T08:04:19.5985601+00:00",
"ReportPeriodStart": "2026-04-26T08:04:19.5985601+00:00",
"ReportPeriodEnd": "2026-04-26T08:04:19.5985601+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2ceb75ac-7649-46ae-b3d0-d28b99503d64",
"Rows": [
{
"ItemId": "0b81faf3-38df-4ed8-981f-92eb88028dff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b81faf3-38df-4ed8-981f-92eb88028dff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2ceb75ac-7649-46ae-b3d0-d28b99503d64",
"Rows": [
{
"ItemId": "0b81faf3-38df-4ed8-981f-92eb88028dff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b81faf3-38df-4ed8-981f-92eb88028dff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cd51b34b-c28d-4060-995d-bf84ae95ec07",
"565baa6d-8747-415b-8f00-3f9c7053dc2f"
],
"Approvers": [
"e054bf97-3e52-4340-9c89-9db853f367bc",
"4054e7f6-1664-4db8-adb8-02535add3570"
],
"ApprovedBy": "f18c50d4-3066-411e-b746-7c8441853e68",
"ApprovalDate": "2026-04-26T08:04:19.5985601+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "97432756-0b16-456c-944e-1b8070e3be81",
"id": "736813cd-5739-485e-beae-09e681fe3351",
"ConfigId": "9ea7baae-9a8a-40a9-8c54-c271e8deb0f7"
}