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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-07-21T13:11:45.1697741+00:00",
"SubmitDate": "2026-07-21T13:11:45.1697741+00:00",
"ReportPeriodStart": "2026-07-21T13:11:45.1697741+00:00",
"ReportPeriodEnd": "2026-07-21T13:11:45.1697741+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5a890d77-81fc-4f1a-a8fc-aa61b1a738d7",
"Rows": [
{
"ItemId": "352f0341-a1bb-45ce-8c4b-1a112cd41848",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "352f0341-a1bb-45ce-8c4b-1a112cd41848",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5a890d77-81fc-4f1a-a8fc-aa61b1a738d7",
"Rows": [
{
"ItemId": "352f0341-a1bb-45ce-8c4b-1a112cd41848",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "352f0341-a1bb-45ce-8c4b-1a112cd41848",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ee553093-b1da-439d-af0b-bf318e640df2",
"ebe589ed-38d3-47da-bd53-a9351403e318"
],
"Approvers": [
"326cf97a-5cc3-4fd3-a9b7-665bb8733955",
"22773faf-27ba-4fa8-b257-43cfad9901a2"
],
"ApprovedBy": "6cfeda7a-7bfa-4b16-8d1f-76ee11f10286",
"ApprovalDate": "2026-07-21T13:11:45.1697741+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "62167908-9720-4343-b283-d0ca86443e43",
"WorkPlanId": "54259c9e-fd99-42b7-9137-fcb07f4594dc",
"id": "140f7fe1-c167-476c-a71e-7240f6478f23",
"ConfigId": "cf31ecb6-8bf9-4759-a62f-6f76d67968cd"
}