v1
List Inventory Records
Retrieve a list of inventory records based on the provided filters. Each inventory record provides the latest invoiceable status of the associated claim. The response is paginated, and the page_token can be used to retrieve subsequent pages. Initial requests should not include page_token.
get/api/patient-ar/v1/inventory
Query parameters
sincestring date-time
Timestamp to filter records since, inclusive
limitinteger
Maximum number of records to return, default is 100
page_tokenstring
Headers
Authorizationstring required
OAuth authentication
Response
Response with status 200
V1ListInventoryPagedResponse required— unresolved $ref