curl --location --request GET '/tenants//appointment_types'
{
"items": [
{
"id": 0,
"service_type_id": [
0
],
"name_primary_language": "string",
"name_secondary_language": "string",
"behaviour": "Anyone_Free",
"color": "string",
"status": "InActive",
"accessible_on_staff_facing_apps": true,
"accessible_on_member_facing_apps": true,
"accessible_on_website_widgits": true,
"logo": "string",
"duration_in_minutes": 0,
"is_room_mandatory": true,
"tags": [
{
"id": 0,
"name_primary_language": "string",
"name_secondary_language": "string"
}
],
"assigned_appt_id_to_staff": [
0
],
"created_by": 0,
"updated_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_date": "2019-08-24T14:15:22Z"
}
]
}