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-06T03:33:12.8807888+00:00",
"SubmitDate": "2026-06-06T03:33:12.8807888+00:00",
"ReportPeriodStart": "2026-06-06T03:33:12.8807888+00:00",
"ReportPeriodEnd": "2026-06-06T03:33:12.8807888+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c6d841c1-eb57-4ee3-9ece-b53fad127e1c",
"Rows": [
{
"ItemId": "0609025c-5ca1-427f-b4bd-cdfd7e65ead8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0609025c-5ca1-427f-b4bd-cdfd7e65ead8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c6d841c1-eb57-4ee3-9ece-b53fad127e1c",
"Rows": [
{
"ItemId": "0609025c-5ca1-427f-b4bd-cdfd7e65ead8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0609025c-5ca1-427f-b4bd-cdfd7e65ead8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6922b950-b3dd-496c-a4e2-b6bc9ec8dd40",
"2e5c84f2-06bb-4c38-a312-349ec22ddd86"
],
"Approvers": [
"d4d24186-31c0-4e09-a2a1-7585ec05fc26",
"e9484394-129f-4473-9aa2-d5df6ff51d4d"
],
"ApprovedBy": "21fe26d3-f617-4322-b9e1-c4b70fab469f",
"ApprovalDate": "2026-06-06T03:33:12.8807888+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3ec3a8b4-185e-40fb-9018-9c813ebf3794",
"id": "31544978-80e3-4d5b-bd28-d174bc75d621",
"ConfigId": "0edf3049-02d2-4cf9-a890-8f2432978d26"
}