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-02T23:21:27.7455701+00:00",
"SubmitDate": "2026-06-02T23:21:27.7455701+00:00",
"ReportPeriodStart": "2026-06-02T23:21:27.7455701+00:00",
"ReportPeriodEnd": "2026-06-02T23:21:27.7455701+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e665edce-7139-4037-9592-b75c9292b284",
"Rows": [
{
"ItemId": "a7cb67f4-e522-4e62-98b9-b135f418d5c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a7cb67f4-e522-4e62-98b9-b135f418d5c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e665edce-7139-4037-9592-b75c9292b284",
"Rows": [
{
"ItemId": "a7cb67f4-e522-4e62-98b9-b135f418d5c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a7cb67f4-e522-4e62-98b9-b135f418d5c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e7b8b8c4-2d12-47b9-9719-fd2d9d04d6ae",
"f7aac1c3-a04c-4c74-9b85-ebab23229fdb"
],
"Approvers": [
"c63ac4d3-1d9c-4049-a21e-da7ca2ad6268",
"2cc4d5a9-5bc7-42c0-ac42-3f1677a15cb8"
],
"ApprovedBy": "2eb3e114-9426-4a58-b388-8fdd5df8115f",
"ApprovalDate": "2026-06-02T23:21:27.7455701+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6aecc26d-9930-4fd2-8cff-4c68ee1ecee5",
"id": "c3a055a3-e5a6-4bb3-a70b-dbd9aa353127",
"ConfigId": "ff93b452-b324-4b3b-8f76-1dface9cff55"
}