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-23T19:32:41.7021597+00:00",
"SubmitDate": "2026-06-23T19:32:41.7021597+00:00",
"ReportPeriodStart": "2026-06-23T19:32:41.7021597+00:00",
"ReportPeriodEnd": "2026-06-23T19:32:41.7021597+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "81f28afc-789a-4271-8f22-04cad4e152e7",
"Rows": [
{
"ItemId": "d283cff7-0016-4966-8eb1-e31d63656d22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d283cff7-0016-4966-8eb1-e31d63656d22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "81f28afc-789a-4271-8f22-04cad4e152e7",
"Rows": [
{
"ItemId": "d283cff7-0016-4966-8eb1-e31d63656d22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d283cff7-0016-4966-8eb1-e31d63656d22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"401de7bf-5d11-4561-9e73-2be63450356d",
"9700eb68-3318-49c2-af0d-87ba3fa43d6a"
],
"Approvers": [
"5c09fed5-5113-4739-b1e6-7edc1ce00a62",
"4584e49f-cdbb-4cab-bbb2-36601b7a8470"
],
"ApprovedBy": "fec7d731-edac-4d24-86ec-7925511718db",
"ApprovalDate": "2026-06-23T19:32:41.7021597+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "abac92cc-fdae-450e-b6cc-6ca39cea3f73",
"id": "f86d7426-1a88-4559-8aa2-4480febcba41",
"ConfigId": "44dcf569-e085-4be6-b0c0-56ee36d8c875"
}