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-14T00:22:11.0050223+00:00",
"SubmitDate": "2026-06-14T00:22:11.0050223+00:00",
"ReportPeriodStart": "2026-06-14T00:22:11.0050223+00:00",
"ReportPeriodEnd": "2026-06-14T00:22:11.0050223+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5705a562-a023-4617-b4fd-18ee2a9f0386",
"Rows": [
{
"ItemId": "3669e9da-e6fd-40ff-8adf-0dd722dbb41e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3669e9da-e6fd-40ff-8adf-0dd722dbb41e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5705a562-a023-4617-b4fd-18ee2a9f0386",
"Rows": [
{
"ItemId": "3669e9da-e6fd-40ff-8adf-0dd722dbb41e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3669e9da-e6fd-40ff-8adf-0dd722dbb41e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"becc8b46-2eda-4239-9ade-99fe0f0d7b72",
"5cd5fdbd-2147-4437-b84f-591f86bca95e"
],
"Approvers": [
"9072fbf2-8180-4baa-a05c-3e464ecb0c71",
"e452a9a5-1c20-4203-b6df-eb22cdb10b65"
],
"ApprovedBy": "201ae9f7-249a-4a88-b098-bfe692a2d5d1",
"ApprovalDate": "2026-06-14T00:22:11.0050223+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "efded4ba-3473-4bbb-bba1-9adb3f5cfc37",
"id": "69eae3a4-7916-4c22-bf7c-a94ed4fe396b",
"ConfigId": "3e5a1b79-16a0-4d74-a171-02f9c1c6b576"
}