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-09-03T18:02:48.1165348+00:00", "SubmitDate": "2025-09-03T18:02:48.1165348+00:00", "ReportPeriodStart": "2025-09-03T18:02:48.1165348+00:00", "ReportPeriodEnd": "2025-09-03T18:02:48.1165348+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "4cf537e4-103a-4e86-ab56-1ba5392c5fbe", "Rows": [ { "ItemId": "7665bd21-cc9d-45f0-afc6-98e69e365104", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "7665bd21-cc9d-45f0-afc6-98e69e365104", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "4cf537e4-103a-4e86-ab56-1ba5392c5fbe", "Rows": [ { "ItemId": "7665bd21-cc9d-45f0-afc6-98e69e365104", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "7665bd21-cc9d-45f0-afc6-98e69e365104", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "143c24ec-5cb2-410f-a099-2d84d608811b", "e0546b88-2ef8-473c-9284-be0af0a55771" ], "Approvers": [ "9962191b-cfda-48bd-a8fb-3e2becd12152", "64b37d70-f7cb-4132-b2b0-42d8b2103517" ], "ApprovedBy": "903f4c1b-c489-4673-8b60-3a37b23ce9f3", "ApprovalDate": "2025-09-03T18:02:48.1165348+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "edbd8440-22a9-48c1-b005-69fc0948ab3f", "id": "54452a27-b4fa-4559-be2e-7e02a5376bf4", "ConfigId": "f265771c-e402-408b-8dc3-bce3ad1ac66d" }