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": "2025-12-03T13:05:46.699971+00:00",
"SubmitDate": "2025-12-03T13:05:46.699971+00:00",
"ReportPeriodStart": "2025-12-03T13:05:46.699971+00:00",
"ReportPeriodEnd": "2025-12-03T13:05:46.699971+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1520a60b-5f90-4d79-90a2-314633fbcb91",
"Rows": [
{
"ItemId": "d59c071b-0f05-416e-8674-0d669d19cd06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d59c071b-0f05-416e-8674-0d669d19cd06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1520a60b-5f90-4d79-90a2-314633fbcb91",
"Rows": [
{
"ItemId": "d59c071b-0f05-416e-8674-0d669d19cd06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d59c071b-0f05-416e-8674-0d669d19cd06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"aeec01de-f9bb-4816-8ee5-3f40afcb46cd",
"a627cb69-dd18-436b-81e9-fb7d1bce2f94"
],
"Approvers": [
"298095ad-8191-4f1f-a62b-98b1ff069829",
"8c319357-a16e-42b5-b37a-f1fd3f83bdd7"
],
"ApprovedBy": "b05a9dc4-62a5-4da2-89dd-d713b16bf8b3",
"ApprovalDate": "2025-12-03T13:05:46.699971+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2a6ea037-47bf-4a51-a642-b1fcf4ffc7b3",
"id": "a71df238-0ea5-4832-a388-01c79e14216b",
"ConfigId": "6c5a4f13-cf46-4efa-853d-2cc287903c8f"
}