cURL
curl --request GET \ --url https://api.example.com/v1/patients/{patient_id}/timeline \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "sort_date": "<string>", "type": "<string>", "data": { "id": "<string>", "type": "<string>", "patient_id": "<string>", "description": "<string>", "metadata": {}, "created_at": "<string>", "created_by": "<string>" } } ], "pagination": { "has_more": true, "total": 123, "page": 123, "limit": 123 } }
event
call
message
fax
task
form_submission
x >= 1
1 <= x <= 100
Successful Response
Show child attributes
Pagination information for list responses.
Fields: