POST api/statusreports/{id}/recall
Recall a report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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-01T04:30:30.5190341+00:00",
"SubmitDate": "2026-02-01T04:30:30.5190341+00:00",
"ReportPeriodStart": "2026-02-01T04:30:30.5190341+00:00",
"ReportPeriodEnd": "2026-02-01T04:30:30.5190341+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "be047438-b496-4f15-82b9-a8370c593d66",
"Rows": [
{
"ItemId": "9badad64-60e9-41b9-91bf-635f020e8887",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9badad64-60e9-41b9-91bf-635f020e8887",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "be047438-b496-4f15-82b9-a8370c593d66",
"Rows": [
{
"ItemId": "9badad64-60e9-41b9-91bf-635f020e8887",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9badad64-60e9-41b9-91bf-635f020e8887",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"343807c1-6154-4a5f-aa41-6a1ee14ffe13",
"1e79c092-0328-48f7-98e7-160f56e0980a"
],
"Approvers": [
"9fcff2fa-8bd3-432d-8e24-b6fca2ec3f6f",
"6212db2a-4f71-4448-9b21-0aa5b2451014"
],
"ApprovedBy": "bac2b09b-60d6-4cf7-baa8-95d73ba6cb92",
"ApprovalDate": "2026-02-01T04:30:30.5190341+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f2235320-fa3c-4194-b1cb-3db50f8124df",
"id": "5a7e7732-0bf6-4760-a8a2-dac9cf5f39fd",
"ConfigId": "9b5e9e22-705b-4411-9ad6-0d2e7a64ac53"
}