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-13T01:23:23.417138+00:00",
"SubmitDate": "2026-06-13T01:23:23.417138+00:00",
"ReportPeriodStart": "2026-06-13T01:23:23.417138+00:00",
"ReportPeriodEnd": "2026-06-13T01:23:23.417138+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b46b9084-f75b-474d-930a-e3addb5ba641",
"Rows": [
{
"ItemId": "30d691c1-ff15-4bbb-bf2c-9fbf88e46643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30d691c1-ff15-4bbb-bf2c-9fbf88e46643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b46b9084-f75b-474d-930a-e3addb5ba641",
"Rows": [
{
"ItemId": "30d691c1-ff15-4bbb-bf2c-9fbf88e46643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30d691c1-ff15-4bbb-bf2c-9fbf88e46643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"38efac57-33de-4ebe-a02c-e8717fd7f4b1",
"ba7ece35-8294-400d-8681-36dabc9b2a23"
],
"Approvers": [
"c9a83b2d-b5a0-46c6-9757-85db22b6917e",
"a04ca858-1ca0-45f0-a62c-5aaed3b19d50"
],
"ApprovedBy": "20e1afcd-4b1c-4c3e-b1db-e1bb23afa536",
"ApprovalDate": "2026-06-13T01:23:23.417138+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0a8f76a2-8cb5-4e5a-86c4-2a319fecea4d",
"id": "53933da9-e691-4294-8837-9a1c6218044f",
"ConfigId": "0b98b63f-7f9d-47c1-b5e0-148d091ccc1f"
}