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-28T20:57:50.0115397+00:00",
"SubmitDate": "2026-02-28T20:57:50.0115397+00:00",
"ReportPeriodStart": "2026-02-28T20:57:50.0115397+00:00",
"ReportPeriodEnd": "2026-02-28T20:57:50.0115397+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c1f54a60-5ea3-4ebf-8ae9-4dfa5ea7b67e",
"Rows": [
{
"ItemId": "08274fdc-dd6f-40c1-a61b-bbebdee1f6e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08274fdc-dd6f-40c1-a61b-bbebdee1f6e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c1f54a60-5ea3-4ebf-8ae9-4dfa5ea7b67e",
"Rows": [
{
"ItemId": "08274fdc-dd6f-40c1-a61b-bbebdee1f6e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08274fdc-dd6f-40c1-a61b-bbebdee1f6e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d080b9cf-4c8a-4043-8e4f-52e1b159e103",
"0862ac12-8873-4f3d-8dfa-26fda1359c03"
],
"Approvers": [
"ecefb5ef-5c9c-4196-b074-430adb0e4f42",
"a03f7095-6765-470d-bab5-04e2b0c17e22"
],
"ApprovedBy": "0e344c2b-2bcb-4470-bef2-998b0be995b4",
"ApprovalDate": "2026-02-28T20:57:50.0115397+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cdce3c80-8d30-4a6a-9482-8fe1e45973b0",
"id": "d960ef32-701e-45f6-9f3e-fe5f00c72786",
"ConfigId": "1a20f14a-1a72-4c84-8d31-c73985e8dad6"
}