Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
Affinity
Overview
Operations
Affinity Operations
Latest version:
2.1
Changelog
Create field value
Creates a new field value with the supplied parameters.
Create note
Creates a new note with the supplied parameters.
Create opportunity
Creates a new opportunity with the supplied parameters.
Create organization
Creates a new organization with the supplied parameters.
Create person
Creates a new person with the supplied parameters.
Delete opportunity
Deletes an opportunity with a specified opportunity ID.
Delete organization
Deletes an organization with a specified organization ID.
Delete person
Deletes a person with a specified person ID.
Download entity file
Download an entity file with a specified entity file ID.
Get entity file
Fetch an entity with a specified Entity file ID.
Get global fields organizations
Fetches an array of all the global fields that exist on organizations.
Get global fields persons
Fetches an array of all the global fields that exist on people and return an array of the global fields that exist on people for your team.
Get list entries
Returns all the list entries in the list with the supplied list ID.
Get note
Gets the details for a specific note given the existing note ID.
Get opportunity
Fetches an opportunity with a specified opportunity ID.
Get organization
Fetches an organization with a specified organization ID.
Get person
Fetches a person with a specified person ID.
List entity files
List all entity files within your organization. The result will be an object with two fields: 'entity_files' and 'next_page_token'. You can set the value of next_page_token to be sent as the query parameter page_token in another request to retrieve the next page of results.
List fields
Returns all fields based on the parameters provided.
List fields DDL
List lists
Returns a collection of all the lists visible to you.
List lists DDL
List notes
Returns all field values attached to a person, organization, opportunity.
Search opportunities
Searches your team’s data and fetches all the opportunities that meet the search criteria. The search term can be a part of an opportunity’s name.
Search organizations
Searches your team’s data and fetches all the organizations that meet the search criteria. The search term can be a part of an organization’s name or domain.
Search persons
Searches your teams data and fetches all the persons that meet the search criteria. The search term can be part of an email address, a first name or a last name.
Update opportunity
Updates an existing opportunity with opportunity ID with the supplied parameters.
Update organization
Updates an existing organization with organization ID with the supplied parameters.
Update person
Updates an existing person with person_id with the supplied parameters. Only attributes that need to be changed must be passed in.
Upload entity files
Uploads files attached to the entity with the given ID. The file will display on the entity’s profile, provided that the entity is not a person internal to the user’s organization.
Previous
Overview