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-01-05T02:23:41.0098331+00:00",
"SubmitDate": "2026-01-05T02:23:41.0098331+00:00",
"ReportPeriodStart": "2026-01-05T02:23:41.0098331+00:00",
"ReportPeriodEnd": "2026-01-05T02:23:41.0098331+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b2516a1f-0cbd-44a3-b7c2-c4158ce7c6ea",
"Rows": [
{
"ItemId": "743cd15d-2aa2-46cd-a74d-1362e381555b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "743cd15d-2aa2-46cd-a74d-1362e381555b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b2516a1f-0cbd-44a3-b7c2-c4158ce7c6ea",
"Rows": [
{
"ItemId": "743cd15d-2aa2-46cd-a74d-1362e381555b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "743cd15d-2aa2-46cd-a74d-1362e381555b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"96bcf164-fb08-419c-820f-f308491a8ada",
"adfa073c-739c-4be0-9891-8092e56a83b6"
],
"Approvers": [
"e2e5e9a1-3cbc-4fae-8464-d639c965d6fa",
"b35aef26-6c0a-4132-a336-df2275718f39"
],
"ApprovedBy": "eb5cb924-a893-41b3-a13d-65f36d93866d",
"ApprovalDate": "2026-01-05T02:23:41.0098331+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d4f48c09-766d-44f2-b6a7-592472f46396",
"id": "57d27fa5-b7e1-4a9b-9d3f-3776505dbc78",
"ConfigId": "a2a53349-4c66-4380-a42f-b5577c4ab364"
}