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-08T13:50:50.7937606+00:00",
"SubmitDate": "2026-02-08T13:50:50.7937606+00:00",
"ReportPeriodStart": "2026-02-08T13:50:50.7937606+00:00",
"ReportPeriodEnd": "2026-02-08T13:50:50.7937606+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "574d5098-35ce-4857-9f0c-0e81460fe6f5",
"Rows": [
{
"ItemId": "91f2c3b3-1064-40bd-8f60-ae6aac63d893",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "91f2c3b3-1064-40bd-8f60-ae6aac63d893",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "574d5098-35ce-4857-9f0c-0e81460fe6f5",
"Rows": [
{
"ItemId": "91f2c3b3-1064-40bd-8f60-ae6aac63d893",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "91f2c3b3-1064-40bd-8f60-ae6aac63d893",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2d048ae1-87a5-45e7-8f3a-8648c949e7ad",
"8e6097f5-7744-4a4c-8241-ba7e00b26222"
],
"Approvers": [
"27ae883b-1fbf-44a7-b597-6284468c4dc3",
"a190735d-7acd-48dc-b485-9818d9d27e82"
],
"ApprovedBy": "de39174c-8e0b-49ec-aa4e-99d68b2c0ce3",
"ApprovalDate": "2026-02-08T13:50:50.7937606+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9b62c183-7f48-429b-a8d3-28008e29b11c",
"id": "3e7a0dc6-8e65-4d94-8e14-b162a75b1fa5",
"ConfigId": "2ca1a390-4e0c-406b-b50c-f9ff745ddf0c"
}