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-09T23:52:11.4287335+00:00",
"SubmitDate": "2026-02-09T23:52:11.4287335+00:00",
"ReportPeriodStart": "2026-02-09T23:52:11.4287335+00:00",
"ReportPeriodEnd": "2026-02-09T23:52:11.4287335+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3551e816-c122-4a90-a5a1-ebc90985557a",
"Rows": [
{
"ItemId": "7992cb45-e8c7-4e2a-9e80-b488208a15e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7992cb45-e8c7-4e2a-9e80-b488208a15e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3551e816-c122-4a90-a5a1-ebc90985557a",
"Rows": [
{
"ItemId": "7992cb45-e8c7-4e2a-9e80-b488208a15e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7992cb45-e8c7-4e2a-9e80-b488208a15e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f474d877-7c9e-48f3-b8ac-dd2f9ee06af4",
"d3f0742a-58e5-4cc3-bc4c-7bc5ff27f4b7"
],
"Approvers": [
"c6c01494-3e0f-496e-b6f2-c39e41dd704d",
"6ba9eee2-ae09-40b7-a126-5d3ca68932ed"
],
"ApprovedBy": "950272d0-0b7b-4fa7-b1ca-f2896e91f7bd",
"ApprovalDate": "2026-02-09T23:52:11.4287335+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "17ac7c39-072f-48c9-b92f-fc3d5507dfd8",
"id": "66ca4454-622d-43f7-995b-c4a3fe6b0569",
"ConfigId": "da3cb326-b2cd-4fd1-9607-547f25596984"
}