Get All Discovery Requests

GET {{url}}/rcm/eligibility/v1/coverage-discovery

Request Params

KeyDatatypeRequiredDescription
correlationIdstring(Optional) The correlationId associated with the original discovery task.
startDateTimestringOptional) 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.
endDateTimestring(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.
sortstring(Optional) The property to order the results of the report by. Defaults to '-startDateTime', negative sign is 'desc'
offsetnumber(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 130; If offset is 30 and limit is 30 then the response data will include records 3059.
limitnumber(Optional) Number of discovery tasks to return per page. Must be greater than 0 and less than or equal to 100. Defaults to 30.
returnTotalCountboolean(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