Actions (106)
Linking · 18
- Create relationshipPOST /v1/relationships
Create a new relationship.
documented - Create relationship typePOST /v1/relationship_types
Create a new relationship type.
documented - Create rolePOST /v1/roles
Create a new role.
documented - Create role typePOST /v1/role_types
Create a new role type.
documented - Delete relationshipDELETE /v1/relationships/{id}
Delete a relationship by ID.
documented - Delete relationship typeDELETE /v1/relationship_types/{id}
Delete a relationship type by ID.
documented - Delete roleDELETE /v1/roles/{id}
Delete a role by ID.
documented - Delete role typeDELETE /v1/role_types/{id}
Delete a role type by ID.
documented - Get relationshipGET /v1/relationships/{id}
Retrieve a relationship by ID.
documented - Get roleGET /v1/roles/{id}
Retrieve a role by ID.
documented - List relationship typesGET /v1/relationship_types
List all relationship types.
documented - List relationshipsGET /v1/relationships
List all relationships.
documented - List role typesGET /v1/role_types
List all role types.
documented - List rolesGET /v1/roles
List all roles.
documented - Update relationshipPATCH /v1/relationships/{id}
Update a relationship by ID.
documented - Update relationship typePATCH /v1/relationship_types/{id}
Update a relationship type by ID.
documented - Update rolePATCH /v1/roles/{id}
Update an existing role by ID.
documented - Update role typePATCH /v1/role_types/{id}
Update an existing role type by ID.
documented
Forms · 10
- Create formPOST /v1/forms
Create a new form.
documented - Create form definitionPOST /v1/form_definitions
Create a new form definition.
documented - Delete formDELETE /v1/forms/{id}
Delete a form.
documented - Delete form definitionDELETE /v1/form_definitions/{id}
Delete a form definition by ID.
documented - Get formGET /v1/forms/{id}
Show the details of a form.
documented - Get form definitionGET /v1/form_definitions/{id}
Get a form definition by ID.
documented - List form definitionsGET /v1/form_definitions
List form definitions.
documented - List formsGET /v1/forms
List all forms.
documented - Update formPATCH /v1/forms/{id}
Update a form.
documented - Update form definitionPATCH /v1/form_definitions/{id}
Update a form definition by ID.
documented
Companies · 8
- Create companyPOST /v1/companies
Create a new company.
documented - Delete companyDELETE /v1/companies/{id}
Delete a company by ID.
documented - Delete company imageDELETE /v1/companies/{id}/image
Delete the company image.
documented - Get companyGET /v1/companies/{id}
Show a company by ID.
documented - Get company imageGET /v1/companies/{id}/image
Retrieve the image for a company.
documented - List companiesGET /v1/companies
List all companies.
documented - Update companyPATCH /v1/companies/{id}
Modify a company by ID.
documented - Update company imagePUT /v1/companies/{id}/image
Upload/replace the image for a company.
documented
Contacts · 8
- Create contactPOST /v1/contacts
Create a new contact.
documented - Delete contactDELETE /v1/contacts/{id}
Delete a contact by ID.
documented - Delete contact imageDELETE /v1/contacts/{id}/image
Delete the contact image.
documented - Get contactGET /v1/contacts/{id}
Show details for a contact by ID.
documented - Get contact imageGET /v1/contacts/{id}/image
Retrieve the image for a contact.
documented - List contactsGET /v1/contacts
List all contacts.
documented - Update contactPATCH /v1/contacts/{id}
Modify an existing contact by ID.
documented - Update contact imagePUT /v1/contacts/{id}/image
Upload/replace the image for a contact.
documented
Files · 7
- Create filePOST /v1/files
Attach a new file.
documented - Delete fileDELETE /v1/files/{id}
Delete a file by ID.
documented - Get fileGET /v1/files/{id}
Fetch a file attachment by ID.
documented - Get file contentGET /v1/files/{id}/content
Get the content of a file.
documented - List filesGET /v1/files
List file attachments.
documented - Update filePATCH /v1/files/{id}
Update a file by ID.
documented - Update file contentPUT /v1/files/{id}/content
Update the content of a file.
documented
Appointments · 5
- Create appointmentPOST /v1/appointments
Create an appointment.
documented - Delete appointmentDELETE /v1/appointments/{id}
Delete an appointment by ID.
documented - Get appointmentGET /v1/appointments/{id}
Show an appointment by ID.
documented - List appointmentsGET /v1/appointments
List all appointments.
documented - Update appointmentPATCH /v1/appointments/{id}
Update an appointment by ID.
documented
Emails · 5
- Delete emailDELETE /v1/emails/{id}
Delete an email by ID.
documented - Get emailGET /v1/emails/{id}
Fetch an email by ID.
documented - Get email bodyGET /v1/emails/{id}/body
Retrieve the body of an email.
documented - List emailsGET /v1/emails
List emails.
documented - Update emailPATCH /v1/emails/{id}
Update an email by ID.
documented
Groups · 5
Notes · 5
Opportunities · 5
- Create opportunityPOST /v1/opportunities
Create a new opportunity.
documented - Delete opportunityDELETE /v1/opportunities/{id}
Delete an opportunity by ID.
documented - Get opportunityGET /v1/opportunities/{id}
Show an opportunity by ID.
documented - List opportunitiesGET /v1/opportunities
List all opportunities.
documented - Update opportunityPATCH /v1/opportunities/{id}
Update an opportunity by ID.
documented
Projects · 5
- Create projectPOST /v1/projects
Create a new project.
documented - Delete projectDELETE /v1/projects/{id}
Delete a project by ID.
documented - Get projectGET /v1/projects/{id}
Show a project by ID.
documented - List projectsGET /v1/projects
List all projects.
documented - Update projectPATCH /v1/projects/{id}
Update a project by ID.
documented
Resources · 5
- Create resourcePOST /v1/resources
Create a new resource.
documented - Delete resourceDELETE /v1/resources/{id}
Delete a resource by ID.
documented - Get resourceGET /v1/resources/{id}
Show a resource by ID.
documented - List resourcesGET /v1/resources
List all resources.
documented - Update resourcePATCH /v1/resources/{id}
Update a resource by ID.
documented