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-05-23T21:08:36.7134999+00:00", "SubmitDate": "2025-05-23T21:08:36.7134999+00:00", "ReportPeriodStart": "2025-05-23T21:08:36.7134999+00:00", "ReportPeriodEnd": "2025-05-23T21:08:36.7134999+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "4bc7254b-f7df-4db7-bbfd-0ba354dc7ae6", "Rows": [ { "ItemId": "b773ee3f-74dd-48d6-8a97-04d968f6b309", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "b773ee3f-74dd-48d6-8a97-04d968f6b309", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "4bc7254b-f7df-4db7-bbfd-0ba354dc7ae6", "Rows": [ { "ItemId": "b773ee3f-74dd-48d6-8a97-04d968f6b309", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "b773ee3f-74dd-48d6-8a97-04d968f6b309", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "b080ecb5-65fd-427a-b19c-b441dd93250b", "4a7f9bc7-ab0b-459a-9158-03c31eaeedf4" ], "Approvers": [ "a7d6e10b-7ff5-4cba-b99a-e76b05692684", "687fa319-188a-4b9f-9af7-172f32a61a65" ], "ApprovedBy": "e2986a3b-b2fa-4889-812e-f1db3ac98eb4", "ApprovalDate": "2025-05-23T21:08:36.7134999+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "a0ef7f76-95aa-40ea-9c86-6ef3c48e621c", "id": "2867f057-52b5-4fd7-b32a-6e68e33194de", "ConfigId": "0357430b-14a5-4c8f-9263-538782abc1ca" }