cURL
curl --request GET \ --url https://production.api.onvy.health/users/{user_id}/custom_records \ --header 'X-API-Key: <api-key>'
{ "records": [ { "custom_records_type_id": "<string>", "data": {}, "id": "<string>", "project_id": "<string>", "user_id": "<string>", "description": "<string>", "attachments": [ { "mime_type": "<string>", "description": "<string>", "data_base64": "<string>", "data_url": "<string>" } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "limit": 500, "total": 1, "page": "<string>", "next_page": "<string>" } }
List custom records for a user with optional filtering by type
API key for authentication
User ID (e.g., google_104940819145861640201)
Page Key for pagination
Number of items per page
1 <= x <= 1000
Filter by custom record type ID
List of custom records
Show child attributes
Was this page helpful?