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-10T09:00:38.9852634+00:00",
"SubmitDate": "2026-06-10T09:00:38.9852634+00:00",
"ReportPeriodStart": "2026-06-10T09:00:38.9852634+00:00",
"ReportPeriodEnd": "2026-06-10T09:00:38.9852634+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "30f151b8-8743-44b3-8e0b-7d0111c8b8d6",
"Rows": [
{
"ItemId": "0c581797-a0b9-4789-91ea-e5e6bf8f8e80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c581797-a0b9-4789-91ea-e5e6bf8f8e80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "30f151b8-8743-44b3-8e0b-7d0111c8b8d6",
"Rows": [
{
"ItemId": "0c581797-a0b9-4789-91ea-e5e6bf8f8e80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c581797-a0b9-4789-91ea-e5e6bf8f8e80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b137fe1b-08a2-4965-b25e-30e33bb61a99",
"3849ef5b-74bb-4eb4-91fb-efed39272b21"
],
"Approvers": [
"baa83ba3-fd02-4dfd-88f0-95de1883e278",
"e7ea4756-f696-4c71-9d45-8b5719eb9646"
],
"ApprovedBy": "28aa6ebf-506f-4242-846e-09a5b2dcfe7b",
"ApprovalDate": "2026-06-10T09:00:38.9852634+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a380d59a-3cc9-4985-ad22-13bcd07b484b",
"id": "84e709a0-5d48-4639-a7fb-1ebca0e8b5fa",
"ConfigId": "e823decf-3773-4bfd-84cc-71da69b0328b"
}