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-25T23:29:05.8967525+00:00",
"SubmitDate": "2026-06-25T23:29:05.8967525+00:00",
"ReportPeriodStart": "2026-06-25T23:29:05.8967525+00:00",
"ReportPeriodEnd": "2026-06-25T23:29:05.8967525+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "424720b4-f0ca-46dd-9def-8ad2932e156e",
"Rows": [
{
"ItemId": "6060462f-da7d-4104-b0c2-1752d6072e2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6060462f-da7d-4104-b0c2-1752d6072e2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "424720b4-f0ca-46dd-9def-8ad2932e156e",
"Rows": [
{
"ItemId": "6060462f-da7d-4104-b0c2-1752d6072e2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6060462f-da7d-4104-b0c2-1752d6072e2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6c80f380-e501-49a5-bf46-d7975288d16a",
"ff9fd82b-2260-4422-a2b3-317b2638057a"
],
"Approvers": [
"64bd6993-dda9-4d8e-af47-f895579b5cc2",
"9599391e-48b6-424d-a987-ec8f7ec7da49"
],
"ApprovedBy": "b81f2acd-841d-48ff-aca6-d3a7f822fabb",
"ApprovalDate": "2026-06-25T23:29:05.8967525+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a2c64c9-84a1-4ec3-b2dd-f89622a19ff3",
"id": "2658907c-4d47-41b5-95f9-1ca0bda5c9c6",
"ConfigId": "b18885eb-b1b7-4e3a-93d8-8284bd0f31dd"
}