Retrieves all checkins via REST API
This endpoint supports filtering and pagination through query parameters. Available ransackable attributes: uuid, uuid, goal_uuid, creator_uuid, checkin_date, created_at, status, value, source_type.
Number of records to skip, for offset/limit clients such as BI connectors. An offset past the end of the collection returns an empty records array, which is the end-of-data signal. To follow data.pagy.next instead of stepping the offset yourself, send it as page while keeping the same offset.
GET
curl -i -X GET \
'https://api.rhythms.ai/rest/v2/checkins?page=1&per_page=20&limit=20&limit_max=%7Blimit_max%7D&offset=0&count=string'