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-14T18:16:04.628673+00:00",
"SubmitDate": "2026-06-14T18:16:04.628673+00:00",
"ReportPeriodStart": "2026-06-14T18:16:04.628673+00:00",
"ReportPeriodEnd": "2026-06-14T18:16:04.628673+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4910cf4b-98bc-41da-8804-c1869fea79e0",
"Rows": [
{
"ItemId": "881195a6-d490-4e4a-a080-597c6ff54a63",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "881195a6-d490-4e4a-a080-597c6ff54a63",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4910cf4b-98bc-41da-8804-c1869fea79e0",
"Rows": [
{
"ItemId": "881195a6-d490-4e4a-a080-597c6ff54a63",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "881195a6-d490-4e4a-a080-597c6ff54a63",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c61ff760-9404-4ec1-b3e5-441953b5f106",
"305b2b09-77aa-426c-a809-f095501bb543"
],
"Approvers": [
"2ea65ccd-e903-4309-a1b6-e1b17b5554be",
"52dad5ce-cafd-4581-9f78-d032f6180925"
],
"ApprovedBy": "c2f4d5f5-71e1-4d8f-9ee5-3d796152eeb5",
"ApprovalDate": "2026-06-14T18:16:04.628673+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7d8393a0-d3e4-4572-8b82-8aff8994ec97",
"id": "327a7cc8-c3e7-4559-8c13-6ef6b06b1308",
"ConfigId": "ac20db08-5084-4e28-a2a8-9cd1d808f33d"
}