Get All Discovery Requests
GET {{url}}/rcm/eligibility/v1/coverage-discovery
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
correlationId | string | (Optional) The correlationId associated with the original discovery task. | |
startDateTime | string | Optional) When provided, the value will be compared against the startDateTime on the coverage discovery records. Records will be returned where discovery was initiated AFTER the provided value. | |
endDateTime | string | (Optional) When provided, the value will be compared against the startDateTime on the coverage discovery records. Records will be returned where the discovery was initiated BEFORE the provided value. | |
sort | string | (Optional) The property to order the results of the report by. Defaults to '-startDateTime', negative sign is 'desc' | |
offset | number | (Optional) Pagination. The offset number to retrieve, which is determined by the limit. For example, if limit is 30 and offset is 0, then the response data will include records 1 | |
limit | number | (Optional) Number of discovery tasks to return per page. Must be greater than 0 and less than or equal to 100. Defaults to 30. | |
returnTotalCount | boolean | (Optional) Whether or not to return the total number of records matching the supplied query parameters under the x-total-number HTTP response header. Defaults to false |