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-26T11:59:41.9170839+00:00",
"SubmitDate": "2026-06-26T11:59:41.9170839+00:00",
"ReportPeriodStart": "2026-06-26T11:59:41.9170839+00:00",
"ReportPeriodEnd": "2026-06-26T11:59:41.9170839+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a337a95-8f18-4596-be1c-7ee016530426",
"Rows": [
{
"ItemId": "64ba15e0-fa35-4fed-b71f-b7a07207893c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64ba15e0-fa35-4fed-b71f-b7a07207893c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a337a95-8f18-4596-be1c-7ee016530426",
"Rows": [
{
"ItemId": "64ba15e0-fa35-4fed-b71f-b7a07207893c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64ba15e0-fa35-4fed-b71f-b7a07207893c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5378acba-8c9b-4b88-abe9-80cf09156d4f",
"2fedaafc-9fa9-476e-931b-366b1980920b"
],
"Approvers": [
"9f006e40-895b-474c-a4e7-817fcbecd1a4",
"41c21005-b38b-4774-8f13-97769ff1f20f"
],
"ApprovedBy": "b4a556dc-6b25-4256-8c00-4fad80904a52",
"ApprovalDate": "2026-06-26T11:59:41.9170839+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dd9c039c-3349-4c51-8053-59622b14139a",
"id": "40191c64-099f-4fff-b968-3657d7ea434b",
"ConfigId": "bada8100-9f29-486f-a16d-53def4abb6ba"
}