Appointments
Appointments are readable ticket sub-resources.
GET/api/v1/tickets/{ticket}/appointments
List ticket appointments
Required scope: tickets:read.
GET/api/v1/tickets/{ticket}/appointments/{appointment}
Get a ticket appointment
Required scope: tickets:read. Nested binding verifies that the appointment belongs to the ticket.
