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-02-05T04:17:02.5058562+00:00",
"SubmitDate": "2026-02-05T04:17:02.5058562+00:00",
"ReportPeriodStart": "2026-02-05T04:17:02.5058562+00:00",
"ReportPeriodEnd": "2026-02-05T04:17:02.5058562+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "432ec773-234b-402c-8b36-ff965ffe19c2",
"Rows": [
{
"ItemId": "e046966e-0b56-4e56-b125-9205800e7e8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e046966e-0b56-4e56-b125-9205800e7e8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "432ec773-234b-402c-8b36-ff965ffe19c2",
"Rows": [
{
"ItemId": "e046966e-0b56-4e56-b125-9205800e7e8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e046966e-0b56-4e56-b125-9205800e7e8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"070fe44d-5cd0-4962-ad32-7f9c80745145",
"af086412-7c27-4c74-b1a8-006694650cc2"
],
"Approvers": [
"ddb6531b-ddb5-4bed-8d53-625840bcdfee",
"d672fb18-ed07-4ff0-99cd-66ac5d2cd8ad"
],
"ApprovedBy": "64ec38cb-10d1-4c73-a23f-ebad6c02411c",
"ApprovalDate": "2026-02-05T04:17:02.5058562+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ac72338e-4b4e-41fe-a017-f5219ed6a1d2",
"id": "0947ce85-a7b0-4929-bcd8-a00e202df461",
"ConfigId": "86d51e79-5506-4c98-88a2-b0d1ba224305"
}