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
StatusReportName | 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-07-16T12:30:28.7698059+00:00", "SubmitDate": "2025-07-16T12:30:28.7698059+00:00", "ReportPeriodStart": "2025-07-16T12:30:28.7698059+00:00", "ReportPeriodEnd": "2025-07-16T12:30:28.7698059+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "69a87cf5-7a9b-48b6-8ecf-3e1b04eca58e", "Rows": [ { "ItemId": "8fb5ac2f-1cd5-41bb-a743-4af70cde7581", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "8fb5ac2f-1cd5-41bb-a743-4af70cde7581", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "69a87cf5-7a9b-48b6-8ecf-3e1b04eca58e", "Rows": [ { "ItemId": "8fb5ac2f-1cd5-41bb-a743-4af70cde7581", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "8fb5ac2f-1cd5-41bb-a743-4af70cde7581", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "98e05e6f-94ea-4024-8eae-79bb55fb06e0", "d4329182-1092-40c6-9f15-25e0ab62241c" ], "Approvers": [ "0b4d8c3b-159c-4728-a766-d8ac42d9c49b", "08463a9a-1cdf-47d8-9cc4-036b589cfded" ], "ApprovedBy": "2dab72ef-dbd5-4b58-a40a-6de90c7fa229", "ApprovalDate": "2025-07-16T12:30:28.7698059+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "37b50577-4c80-451c-84b9-5b94bf541132", "id": "3e0d2f7e-ca9b-46f4-b7e9-d586c08888b1", "ConfigId": "0ce75238-58f5-4cba-aafc-196a36a6f93f" }