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-06-24T08:21:07.6626774+00:00",
"SubmitDate": "2026-06-24T08:21:07.6626774+00:00",
"ReportPeriodStart": "2026-06-24T08:21:07.6626774+00:00",
"ReportPeriodEnd": "2026-06-24T08:21:07.6626774+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0fc29a68-3551-42fe-8717-8320d145af67",
"Rows": [
{
"ItemId": "36120359-f2b5-4c57-89b7-707d61ff18ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "36120359-f2b5-4c57-89b7-707d61ff18ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0fc29a68-3551-42fe-8717-8320d145af67",
"Rows": [
{
"ItemId": "36120359-f2b5-4c57-89b7-707d61ff18ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "36120359-f2b5-4c57-89b7-707d61ff18ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2add075b-6547-4a09-82f2-6b86d8ef2971",
"e16d8670-167a-4d72-9c15-6ba28ab34e3a"
],
"Approvers": [
"ec1ac23a-bc85-46ce-b4d3-e0f116879fef",
"b23c35ee-9f48-480a-92a0-72682f667e39"
],
"ApprovedBy": "4967cafb-0b29-4c02-9769-0207995adc12",
"ApprovalDate": "2026-06-24T08:21:07.6626774+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1d41424c-e9bd-4abd-b25c-d570c5f37e5c",
"id": "1141b3c8-d314-47b6-87a6-415deba9f6c7",
"ConfigId": "5dadf847-ab4e-456e-8fcf-44afc1792666"
}