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-02T03:57:28.9076139+00:00",
"SubmitDate": "2026-02-02T03:57:28.9076139+00:00",
"ReportPeriodStart": "2026-02-02T03:57:28.9076139+00:00",
"ReportPeriodEnd": "2026-02-02T03:57:28.9076139+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3a5f8650-fe2e-4a1b-9b43-51b0ef0e0f23",
"Rows": [
{
"ItemId": "7e1b9692-eef8-4187-9b57-fdd714b099cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e1b9692-eef8-4187-9b57-fdd714b099cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3a5f8650-fe2e-4a1b-9b43-51b0ef0e0f23",
"Rows": [
{
"ItemId": "7e1b9692-eef8-4187-9b57-fdd714b099cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e1b9692-eef8-4187-9b57-fdd714b099cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b59772da-e646-433e-b800-b8c9f10923bd",
"6fea69da-18ec-4ac7-a5e9-f582a69f7b3a"
],
"Approvers": [
"ab09a568-22ab-47b5-939c-67885b74a452",
"673a77dd-4c0b-41fb-a5e6-fff04007d31f"
],
"ApprovedBy": "c825cbe9-61e2-4691-b8a8-06f7131d3922",
"ApprovalDate": "2026-02-02T03:57:28.9076139+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3a567dd9-c6ed-4d42-bb86-ef483e00a3f0",
"id": "2bbb32a5-6e9f-45a7-b1a8-bf79b690a741",
"ConfigId": "d5c7b887-fa46-4a99-a0d7-c12c6c14a68c"
}