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-10T09:08:03.0450583+00:00",
"SubmitDate": "2026-05-10T09:08:03.0450583+00:00",
"ReportPeriodStart": "2026-05-10T09:08:03.0450583+00:00",
"ReportPeriodEnd": "2026-05-10T09:08:03.0450583+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a7ea98a2-16fe-4e5e-82ab-9a66484afb1d",
"Rows": [
{
"ItemId": "00c62af4-f169-41ac-953e-ddacc5ba57d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00c62af4-f169-41ac-953e-ddacc5ba57d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a7ea98a2-16fe-4e5e-82ab-9a66484afb1d",
"Rows": [
{
"ItemId": "00c62af4-f169-41ac-953e-ddacc5ba57d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00c62af4-f169-41ac-953e-ddacc5ba57d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a27399cb-e955-4194-afaa-8342af0e62d1",
"e9262bf0-3a9d-4bb4-8bf7-5bb79c6f8ca8"
],
"Approvers": [
"682c6bad-e473-43a4-8683-ce16db4ae426",
"9547fe51-42d1-4ad4-8927-f81fc4974f11"
],
"ApprovedBy": "fc133a58-2ac6-4f79-922a-3b682e058c6b",
"ApprovalDate": "2026-05-10T09:08:03.0450583+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f4bd4912-0701-457a-aa34-d6133603dfe9",
"id": "6aa9449f-4b72-4c6c-8a77-f525b7dad94f",
"ConfigId": "9637340b-05eb-4b28-af1f-2efc8b08a856"
}