cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/documents/search \ --header 'Authorization: Bearer <token>'
{ "results": [ { "documentId": "<string>", "title": "<string>", "documentType": "<string>", "episodeId": "<string>", "patientName": "<string>", "relevance": 123, "snippet": "<string>", "uploadedAt": "2023-11-07T05:31:56Z" } ], "totalResults": 123, "page": 123, "limit": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x <= 100
Search results.
Show child attributes