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-05-02T16:51:38.1135419+00:00",
"SubmitDate": "2026-05-02T16:51:38.1135419+00:00",
"ReportPeriodStart": "2026-05-02T16:51:38.1135419+00:00",
"ReportPeriodEnd": "2026-05-02T16:51:38.1135419+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "209a420d-38da-4d75-8c12-fcea706d4dd4",
"Rows": [
{
"ItemId": "ce136c23-c11f-43e0-ba10-7cf7126d91f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ce136c23-c11f-43e0-ba10-7cf7126d91f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "209a420d-38da-4d75-8c12-fcea706d4dd4",
"Rows": [
{
"ItemId": "ce136c23-c11f-43e0-ba10-7cf7126d91f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ce136c23-c11f-43e0-ba10-7cf7126d91f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9549b4c9-eaa0-430b-84b3-1c89da174faf",
"7a34b530-5b24-4e32-9cba-67e775190274"
],
"Approvers": [
"ac28a8f6-af19-4da0-9d15-c70d6f87e1da",
"afbee8a2-1f8b-4bd8-beab-31e879d46084"
],
"ApprovedBy": "5b8f48b0-84f0-46f5-86d0-ee26bed7a3cd",
"ApprovalDate": "2026-05-02T16:51:38.1291624+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0f384baa-894b-4580-b924-bdbf2fc34023",
"id": "5ff99ab1-9da3-4383-9d12-5da8ee65bda2",
"ConfigId": "cd60dec3-8a45-4a12-935b-c2fcde63f998"
}