List Documents
Read
List Documents
To get the list of all the records for a given authenticated user.
GET
List Documents
Documentation Index
Fetch the complete documentation index at: https://developer.eka.care/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
To get response in json format
Available options:
application/json eka user id (OID)
Query Parameters
Filters the documents by returning all documents that were updated after the specified u_at__gt timestamp. The value should be a valid epoch timestamp.
Example:
1614556800
Please include the nextPageToken from the API response to enable pagination.

