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-27T00:19:30.0174661+00:00",
"SubmitDate": "2026-06-27T00:19:30.0174661+00:00",
"ReportPeriodStart": "2026-06-27T00:19:30.0174661+00:00",
"ReportPeriodEnd": "2026-06-27T00:19:30.0174661+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e0765266-95b0-476f-b6a1-e8bc9c609a3d",
"Rows": [
{
"ItemId": "a4d9e953-3dd2-40ab-a955-8fe1a7a767a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4d9e953-3dd2-40ab-a955-8fe1a7a767a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e0765266-95b0-476f-b6a1-e8bc9c609a3d",
"Rows": [
{
"ItemId": "a4d9e953-3dd2-40ab-a955-8fe1a7a767a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4d9e953-3dd2-40ab-a955-8fe1a7a767a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3bf8722-870b-4cd4-b282-de4d26f0e931",
"a48a1d4a-6403-4838-bf7f-9ee5d2cf4d87"
],
"Approvers": [
"f3a67ac1-9f7a-49a9-91d2-0141d6606f48",
"4170e646-3f34-44fb-89e6-8801b393f099"
],
"ApprovedBy": "8aff28c2-64c7-4144-9ab0-76d04a90461f",
"ApprovalDate": "2026-06-27T00:19:30.0174661+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ffd388fa-4167-4b85-a727-d5d722b56632",
"id": "1cdbd6b6-a5a5-492a-90a0-164985556e11",
"ConfigId": "1024ada0-a705-4a34-ba67-ebcc37d7b43e"
}