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-30T15:20:54.0248011+00:00",
"SubmitDate": "2026-05-30T15:20:54.0248011+00:00",
"ReportPeriodStart": "2026-05-30T15:20:54.0248011+00:00",
"ReportPeriodEnd": "2026-05-30T15:20:54.0248011+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0cbc9ac6-d759-41a3-a13a-33843320ec81",
"Rows": [
{
"ItemId": "c9af84b6-1854-4b57-a9fb-3106bfdf626e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9af84b6-1854-4b57-a9fb-3106bfdf626e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0cbc9ac6-d759-41a3-a13a-33843320ec81",
"Rows": [
{
"ItemId": "c9af84b6-1854-4b57-a9fb-3106bfdf626e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9af84b6-1854-4b57-a9fb-3106bfdf626e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e70ac682-2afd-4059-a881-140ec81c4da5",
"5fe8cfe4-5790-40ad-9628-cd0586970363"
],
"Approvers": [
"68149eb7-93c9-4cc1-9b2a-f7385046c750",
"339a4f8a-e872-4213-96fc-f899a60392da"
],
"ApprovedBy": "11b4c33f-49ac-40c4-8f20-ce2907212aaa",
"ApprovalDate": "2026-05-30T15:20:54.0248011+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e5fe2139-b7e0-4a03-b3c2-2077e45d76c5",
"id": "28c76034-5179-48b7-9002-e08b85e13d57",
"ConfigId": "31ecb65e-8189-4fe9-823d-96841e06dc7c"
}