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-05-24T19:46:21.1414601+00:00",
"SubmitDate": "2026-05-24T19:46:21.1414601+00:00",
"ReportPeriodStart": "2026-05-24T19:46:21.1414601+00:00",
"ReportPeriodEnd": "2026-05-24T19:46:21.1414601+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "853eb5f5-d87a-4d0c-ab0a-165081e53467",
"Rows": [
{
"ItemId": "433918ea-4029-4d5e-990e-8050e640e32b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "433918ea-4029-4d5e-990e-8050e640e32b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "853eb5f5-d87a-4d0c-ab0a-165081e53467",
"Rows": [
{
"ItemId": "433918ea-4029-4d5e-990e-8050e640e32b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "433918ea-4029-4d5e-990e-8050e640e32b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f422540c-0620-4b09-8279-8037d78948cb",
"591bdcfa-15bf-4c48-aa56-3974a5a0667a"
],
"Approvers": [
"e197c167-b21f-4d22-ada7-f8f9f4ddc352",
"5d599c99-9cd4-433a-b3a1-aa15828e483a"
],
"ApprovedBy": "ee1f4968-b142-46fd-b58a-7f36d367ecdc",
"ApprovalDate": "2026-05-24T19:46:21.1414601+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "48916863-b3b2-49d7-bad3-5255dc4bc4cc",
"id": "4bf4b655-6c9a-4651-9053-b226fa656246",
"ConfigId": "db9980e9-e60f-49ab-9566-9e06a94bffcc"
}