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-22T16:27:07.1627266+00:00",
"SubmitDate": "2026-02-22T16:27:07.1627266+00:00",
"ReportPeriodStart": "2026-02-22T16:27:07.1627266+00:00",
"ReportPeriodEnd": "2026-02-22T16:27:07.1627266+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c91854e3-11d0-4e8d-a9d9-0059188b3eef",
"Rows": [
{
"ItemId": "81095a19-2d59-498b-b55e-8e6fe2d4c89a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "81095a19-2d59-498b-b55e-8e6fe2d4c89a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c91854e3-11d0-4e8d-a9d9-0059188b3eef",
"Rows": [
{
"ItemId": "81095a19-2d59-498b-b55e-8e6fe2d4c89a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "81095a19-2d59-498b-b55e-8e6fe2d4c89a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"989157ff-b70f-412d-af39-79df432bbab4",
"9c6bcbc7-385b-4647-9fae-ca8a5847c7f9"
],
"Approvers": [
"bfa10403-f273-4959-9b77-753ae1e65ff5",
"5cceb827-9b95-4b89-898b-46f00da1fad6"
],
"ApprovedBy": "3b906b19-d154-4693-b40a-4f8b5e17a48b",
"ApprovalDate": "2026-02-22T16:27:07.1627266+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1bfda78f-fcd0-4ff5-b28c-b8e35d5df828",
"id": "4541a833-a383-4627-966e-f5a040a8d69b",
"ConfigId": "70c9ceb7-bce5-4c05-a574-d412491a0d7b"
}