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-10-19T09:07:52.9126405+00:00", "SubmitDate": "2025-10-19T09:07:52.9126405+00:00", "ReportPeriodStart": "2025-10-19T09:07:52.9126405+00:00", "ReportPeriodEnd": "2025-10-19T09:07:52.9126405+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "d3634962-e795-4c65-913d-0b3f35720caf", "Rows": [ { "ItemId": "1aed46a2-443b-4c24-9239-112bb84b5ca8", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "1aed46a2-443b-4c24-9239-112bb84b5ca8", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "d3634962-e795-4c65-913d-0b3f35720caf", "Rows": [ { "ItemId": "1aed46a2-443b-4c24-9239-112bb84b5ca8", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "1aed46a2-443b-4c24-9239-112bb84b5ca8", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "d641a2a5-22cd-46b3-a1b7-31384bbc7cba", "af321e7e-4b86-4752-a3bd-46a9e6ea6d46" ], "Approvers": [ "13633832-5a9a-4b05-87eb-6a0370cb95d4", "aa78888d-33e3-425a-a7ca-84262c51e593" ], "ApprovedBy": "8bb3aea5-df88-4096-9438-99db2e2b35ac", "ApprovalDate": "2025-10-19T09:07:52.9126405+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "15ad8cd2-758c-4c2a-9889-2d3e692f5818", "id": "2bb4528a-9a90-44c0-bc49-1461d732ecb6", "ConfigId": "fcbfc38b-81db-4752-8d7b-0ec903aaf70a" }