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-01T16:22:48.5753666+00:00",
"SubmitDate": "2026-07-01T16:22:48.5753666+00:00",
"ReportPeriodStart": "2026-07-01T16:22:48.5753666+00:00",
"ReportPeriodEnd": "2026-07-01T16:22:48.5753666+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eab3a0ef-4b75-48da-89f7-fb33fdd60159",
"Rows": [
{
"ItemId": "9614a61c-f14e-462a-a406-0d57a326cb06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9614a61c-f14e-462a-a406-0d57a326cb06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eab3a0ef-4b75-48da-89f7-fb33fdd60159",
"Rows": [
{
"ItemId": "9614a61c-f14e-462a-a406-0d57a326cb06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9614a61c-f14e-462a-a406-0d57a326cb06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2755be42-04e8-47e8-bf2d-7253410e9dbb",
"87709d51-b5c7-48c8-a29c-436d3ed4024a"
],
"Approvers": [
"c2633c45-6029-440b-bbf4-cd4ef63bf6f0",
"8b7fbc06-4ebb-460d-a37e-ea632c8ba267"
],
"ApprovedBy": "5d65bb81-a170-445f-914d-46352b8da362",
"ApprovalDate": "2026-07-01T16:22:48.5753666+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1975eed2-fd4f-4493-8686-196538b29688",
"WorkPlanId": "0a5c3d28-ebe9-42c8-8607-6664380e83ab",
"id": "b076cbbf-c33a-4c23-9475-15ff25d02089",
"ConfigId": "440aa3da-a326-4e46-97f4-d9665cf842ad"
}