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-11T22:01:27.0878875+00:00",
"SubmitDate": "2026-06-11T22:01:27.0878875+00:00",
"ReportPeriodStart": "2026-06-11T22:01:27.0878875+00:00",
"ReportPeriodEnd": "2026-06-11T22:01:27.0878875+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a74f4ea2-ee7c-4bff-98a8-b2fe78671fec",
"Rows": [
{
"ItemId": "dade95f0-3ff9-4aa5-9e76-eb8a7d37de87",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dade95f0-3ff9-4aa5-9e76-eb8a7d37de87",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a74f4ea2-ee7c-4bff-98a8-b2fe78671fec",
"Rows": [
{
"ItemId": "dade95f0-3ff9-4aa5-9e76-eb8a7d37de87",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dade95f0-3ff9-4aa5-9e76-eb8a7d37de87",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"abd46ddd-5240-484c-9e9b-0ae8b2f768d2",
"baa2b771-5086-4f09-928e-0bcef3a209dc"
],
"Approvers": [
"8c7f2b4d-003e-4d6d-9ce9-6ddf7a5ba650",
"4ab4338a-ee5f-483e-ace6-dfe0073131d8"
],
"ApprovedBy": "bd727c73-4e6c-4d6f-af49-c1291b5c475b",
"ApprovalDate": "2026-06-11T22:01:27.0878875+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c78c4bd4-7f5a-4b57-8022-e95571f3f010",
"id": "17f67e9a-942c-4489-b3e9-9c44b6ec6d26",
"ConfigId": "a3028f40-fff0-4296-8b68-cb2cae118f16"
}