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-06-05T16:26:47.7892582+00:00",
"SubmitDate": "2026-06-05T16:26:47.7892582+00:00",
"ReportPeriodStart": "2026-06-05T16:26:47.7892582+00:00",
"ReportPeriodEnd": "2026-06-05T16:26:47.7892582+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d757bd32-ea81-4fec-a4fd-f7c9f8b074a3",
"Rows": [
{
"ItemId": "b2d14448-cb24-4cc4-abfc-f17e001e7baa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2d14448-cb24-4cc4-abfc-f17e001e7baa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d757bd32-ea81-4fec-a4fd-f7c9f8b074a3",
"Rows": [
{
"ItemId": "b2d14448-cb24-4cc4-abfc-f17e001e7baa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2d14448-cb24-4cc4-abfc-f17e001e7baa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"581168fc-305c-4d94-b9ad-122bb27dc538",
"a7004438-69c4-4a8e-9ad2-0dc3a0dbad01"
],
"Approvers": [
"c3064ef5-973e-47ac-b7af-4240bf84670e",
"230756ba-51d1-4eb6-bae2-baa270e9c1b2"
],
"ApprovedBy": "916f5544-34f9-4c17-b2d9-542e6885751b",
"ApprovalDate": "2026-06-05T16:26:47.7892582+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "726bae7d-7173-4932-8180-c42ef155ee82",
"id": "5320d7b8-b75d-43da-824c-96d11f0dafef",
"ConfigId": "41ef59f7-7c00-4721-9234-ad71bda7f932"
}