/v2/api/entity base with a Bearer token. The trailing path segment is the data level (how deeply related records are loaded); 1 is the usual value.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/v2/api/entity/client_attendance_log/2/1' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"id": 11,
"client_id": 1,
"added_by": 36,
"time": "2026-07-14 11:30:00",
"created": "2026-07-14 15:06:13",
"modified": "2026-07-14 15:06:14",
"deleted_at": null
}