# List Practitioners from Profession Endpoint: GET /profession/{profession_id}/practitioner Version: v1 Security: x-api-key, A-api-key ## Path parameters: - `profession_id` (integer, required) ## Query parameters: - `page` (integer) Example: 1 - `page_size` (integer) Example: 50 - `sort_by` (array) Comma separated search fields Example: ["[\"field_name\",\"field_name\"]"] - `q[]` (array) Filter result by one or more fields. See Query Filtering Available filters: | Value | Format | |---|---| | created | timestamp | | archived | timestamp | | updated | timestamp | | business_id | integer | ## Response 200 fields (application/json): - `practitioners` (array) - `practitioners.row_num` (integer) - `practitioners.total_rows` (integer) - `practitioners.links` (object) - `practitioners.links.self` (string) Example: "https://api.pracsuite.com/v1/practitioner/1" - `practitioners.tenant_id` (integer) - `practitioners.practitioner_id` (integer) - `practitioners.title` (string) - `practitioners.first_name` (string) - `practitioners.surname` (string) - `practitioners.short_description` (string) - `practitioners.professional_title` (string) - `practitioners.qualifications` (string) - `practitioners.archive` (boolean) - `practitioners.email` (string) - `practitioners.about_me` (string) - `practitioners.telehealth_patient_link` (string) - `practitioners.telehealth_practitioner_link` (string) - `practitioners.created` (string) Example: "2020-08-24T06:46:22.174468z" - `total_entries` (integer) ## Response 401 fields (application/json): - `error` (object, required) - `error.status` (integer, required) Example: 403 - `error.code` (string, required) Example: "UNAUTHORIZED" - `error.title` (string, required) Example: "Unauthorised" - `error.detail` (string) Human readable explanation of the error Example: "Access could not be verified for this request." - `request_id` (string, required) Example: "00000000-0000-0000-0000-000000000000" ## Response 403 fields (application/json): - `error` (object, required) - `error.status` (integer, required) Example: 403 - `error.code` (string, required) Example: "MISSING_AUTHENTICATION_TOKEN" - `error.title` (string, required) Example: "Unauthorised" - `error.detail` (string) Human readable explanation of the error Example: "Authentication token is missing or the requested endpoint does not exist" - `request_id` (string, required) Example: "00000000-0000-0000-0000-000000000000" ## Response 500 fields (application/json): - `error` (object, required) - `error.status` (integer, required) Example: 500 - `error.code` (string, required) Example: "SERVER_ERROR" - `error.title` (string, required) Example: "Server Error" - `error.detail` (string) Human readable explanation of the error Example: "An unexpected error occurred while processing your request. Please try again in a few minutes. If it keeps happening, contact support with Request ID: 00000000-0000-0000-0000-000000000000." - `request_id` (string, required) Example: "00000000-0000-0000-0000-000000000000"