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-17T10:32:35.3539178+00:00",
"SubmitDate": "2026-06-17T10:32:35.3539178+00:00",
"ReportPeriodStart": "2026-06-17T10:32:35.3539178+00:00",
"ReportPeriodEnd": "2026-06-17T10:32:35.3539178+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "48f79b12-5141-4866-a246-8d96747d2519",
"Rows": [
{
"ItemId": "291dee22-28b5-4a33-840b-3affaee24542",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "291dee22-28b5-4a33-840b-3affaee24542",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "48f79b12-5141-4866-a246-8d96747d2519",
"Rows": [
{
"ItemId": "291dee22-28b5-4a33-840b-3affaee24542",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "291dee22-28b5-4a33-840b-3affaee24542",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1f575435-36b2-4169-82e4-f1d29faf611c",
"1e5a491f-ec9c-4404-ad8a-4c3b428e9956"
],
"Approvers": [
"99c5f3b2-52fa-48f2-be75-4d65f10431b8",
"4df98f3d-999b-4594-9846-d9884c776bb6"
],
"ApprovedBy": "236ccb6f-f364-465f-8ec1-db51b7df4822",
"ApprovalDate": "2026-06-17T10:32:35.3539178+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d4a4a8ed-89ac-47e8-b572-759f5ba05dab",
"id": "3509af6c-139f-4334-b9d9-334e60bc32d6",
"ConfigId": "172978f3-103c-4003-bf13-89c8bf482479"
}