Actions (12)
Appointments · 7
- Create appointmentPOST /crm/rest/v1/appointments
Create a new appointment.
documented - Delete appointmentDELETE /crm/rest/v1/appointments/{appointment_id}
Delete an appointment.
documented - List appointmentsGET /crm/rest/v1/appointments
List scheduled appointments.
documented - Replace appointmentPUT /crm/rest/v1/appointments/{appointment_id}
Replace an appointment by ID.
documented - Retrieve appointmentGET /crm/rest/v1/appointments/{appointment_id}
Retrieve a specific appointment by ID.
documented - Search appointmentsGET /crm/rest/v1/appointments/search
Search appointments by criteria.
documented - Sync appointmentsGET /crm/rest/v1/appointments/sync
Retrieve synced appointments.
documented
Contacts · 5
- Create contactPOST /crm/rest/v1/contacts
Create a new contact record.
documented - Delete contactDELETE /crm/rest/v1/contacts/{contact_id}
Delete a contact record.
documented - List contactsGET /crm/rest/v1/contacts
Retrieve a list of contacts (v1 REST API).
documented - Retrieve contactGET /crm/rest/v1/contacts/{contact_id}
Retrieve a single contact by ID.
documented - Update contactPATCH /crm/rest/v1/contacts/{contact_id}
Partially update a contact's fields.
documented