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-06T18:33:29.2005974+00:00",
"SubmitDate": "2026-02-06T18:33:29.2005974+00:00",
"ReportPeriodStart": "2026-02-06T18:33:29.2005974+00:00",
"ReportPeriodEnd": "2026-02-06T18:33:29.2005974+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dbcfa2b7-2bd5-4640-a49f-c9cc609bd872",
"Rows": [
{
"ItemId": "64e3bbaf-ea23-43fd-a0c1-d6227df7d0d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64e3bbaf-ea23-43fd-a0c1-d6227df7d0d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dbcfa2b7-2bd5-4640-a49f-c9cc609bd872",
"Rows": [
{
"ItemId": "64e3bbaf-ea23-43fd-a0c1-d6227df7d0d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64e3bbaf-ea23-43fd-a0c1-d6227df7d0d5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"61456857-89d5-487c-a216-81acd255f980",
"1d75da9c-37c3-4bf0-a3a9-675a7803e7bc"
],
"Approvers": [
"47e752ee-e309-4a40-8e03-1d8507efee4c",
"13061383-de58-4a69-99dd-dbb9656c1012"
],
"ApprovedBy": "7b8466d6-3142-4e78-9682-155ef50821c6",
"ApprovalDate": "2026-02-06T18:33:29.2005974+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "44f5c76a-ca00-42e2-9474-e092f86b0a8f",
"id": "49b3473f-5454-421f-b0c4-909e579fe552",
"ConfigId": "82eb22f9-bcb8-46e0-a369-7ee47edb2e69"
}