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-17T01:06:00.0570039+00:00",
"SubmitDate": "2026-02-17T01:06:00.0570039+00:00",
"ReportPeriodStart": "2026-02-17T01:06:00.0570039+00:00",
"ReportPeriodEnd": "2026-02-17T01:06:00.0570039+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c9f102c6-7e70-4367-ba3c-7437750a2315",
"Rows": [
{
"ItemId": "90b90a57-b917-46ba-830d-980086edfc45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90b90a57-b917-46ba-830d-980086edfc45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c9f102c6-7e70-4367-ba3c-7437750a2315",
"Rows": [
{
"ItemId": "90b90a57-b917-46ba-830d-980086edfc45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90b90a57-b917-46ba-830d-980086edfc45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9a544bfb-e548-4f86-9e8a-85f228d50715",
"d67e99a5-6e4c-49aa-bbcd-d51e12ce5c5f"
],
"Approvers": [
"6fd82836-5b85-4170-b605-1a8a3305e4f5",
"48ab1608-c2e4-4bfd-896c-63b99400b65d"
],
"ApprovedBy": "c4bc193a-5d3e-45c4-8eb9-91b7b7666f3d",
"ApprovalDate": "2026-02-17T01:06:00.0570039+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "118ad41f-d755-443a-9992-385de027f539",
"id": "47f54ce0-c2cf-4b38-a301-33a12b8016bd",
"ConfigId": "6e258f50-f9e1-44b3-9c43-1e62e83adc59"
}