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-04T02:13:27.5268317+00:00",
"SubmitDate": "2026-06-04T02:13:27.5268317+00:00",
"ReportPeriodStart": "2026-06-04T02:13:27.5268317+00:00",
"ReportPeriodEnd": "2026-06-04T02:13:27.5268317+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0b44dda7-052d-407c-ba0d-f832b619a93a",
"Rows": [
{
"ItemId": "9e11cd5d-0c86-4360-badc-83b27bae9b0d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9e11cd5d-0c86-4360-badc-83b27bae9b0d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0b44dda7-052d-407c-ba0d-f832b619a93a",
"Rows": [
{
"ItemId": "9e11cd5d-0c86-4360-badc-83b27bae9b0d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9e11cd5d-0c86-4360-badc-83b27bae9b0d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2f73f8e4-b260-47df-a91d-a3deb1632302",
"099f98b3-f977-4971-9a4a-34f712a9ea5b"
],
"Approvers": [
"f05f5a04-fee4-4e19-8191-19fb1a8d9cde",
"45890d06-4f08-4a97-aef8-1a2179640edb"
],
"ApprovedBy": "23c7244c-8ac9-4395-8317-86b9252f272a",
"ApprovalDate": "2026-06-04T02:13:27.5268317+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ed659d1c-c087-42da-9641-2f47474ec32c",
"id": "418e3ef4-b90a-42b9-87d7-f246af0902db",
"ConfigId": "dc31715f-b2fb-4c67-b7d7-ea913bc1fa14"
}