Paginate through all Lists in your organization that you have access to view. Returns basic information about each List, including name, owner, and privacy settings.
OK
Bad Request
Errors
{- "data": [
- {
- "id": 1,
- "name": "My Companies",
- "type": "company",
- "isPublic": false,
- "ownerId": 1,
- "creatorId": 1
}, - {
- "id": 2,
- "name": "My Persons",
- "type": "person",
- "isPublic": false,
- "ownerId": 1,
- "creatorId": 1
}, - {
- "id": 3,
- "name": "My Opportunities",
- "type": "opportunity",
- "isPublic": false,
- "ownerId": 1,
- "creatorId": 1
}
], - "pagination": {
}
}Retrieve detailed information about a specific List you have access to view. Returns List configuration including name, owner, privacy settings, and creation details.
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
| id required | integer <int64> [ 1 .. 9007199254740991 ] The unique identifier for the list |
| name required | string The name of the list |
| creatorId required | integer <int64> [ 1 .. 9007199254740991 ] The ID of the user that created this list |
| ownerId required | integer <int64> [ 1 .. 9007199254740991 ] The ID of the user that owns this list |
| isPublic required | boolean Whether or not the list is public |
| type required | string The entity type for this list |
Bad Request
Not Found
Errors
Example Company list.
{- "id": 1,
- "name": "My Companies",
- "type": "company",
- "isPublic": false,
- "ownerId": 1,
- "creatorId": 1
}Returns metadata on the Fields available on a single List.
Use the returned Field IDs to request field data from the GET /v2/lists/{listId}/list-entries endpoint.
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
required | Array of objects (FieldMetadata) <= 100 items A page of FieldMetadata results | ||||||||||
Array (<= 100 items)
| |||||||||||
required | object (Pagination) | ||||||||||
Bad Request
Not Found
Errors
Example response on a Company list.
{- "data": [
- {
- "id": "affinity-data-description",
- "name": "Description",
- "type": "enriched",
- "valueType": "text",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-industry",
- "name": "Industry",
- "type": "enriched",
- "valueType": "filterable-text-multi",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-investment-stage",
- "name": "Investment Stage",
- "type": "enriched",
- "valueType": "filterable-text",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-investors",
- "name": "Investors",
- "type": "enriched",
- "valueType": "filterable-text-multi",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-last-funding-amount",
- "name": "Last Funding Amount (USD)",
- "type": "enriched",
- "valueType": "number",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-last-funding-date",
- "name": "Last Funding Date",
- "type": "enriched",
- "valueType": "datetime",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-linkedin-url",
- "name": "LinkedIn URL",
- "type": "enriched",
- "valueType": "text",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-location",
- "name": "Location",
- "type": "enriched",
- "valueType": "location",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-number-of-employees",
- "name": "Number of Employees",
- "type": "enriched",
- "valueType": "number",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-total-funding-amount",
- "name": "Total Funding Amount (USD)",
- "type": "enriched",
- "valueType": "number",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "affinity-data-year-founded",
- "name": "Year Founded",
- "type": "enriched",
- "valueType": "number",
- "enrichmentSource": "affinity-data"
}, - {
- "id": "field-1",
- "name": "Custom global field",
- "type": "global",
- "valueType": "text",
- "enrichmentSource": null
}, - {
- "id": "field-2",
- "name": "Custom list field",
- "type": "list",
- "valueType": "text",
- "enrichmentSource": null
}, - {
- "id": "first-chat-message",
- "name": "First Chat Message",
- "type": "relationship-intelligence",
- "valueType": "interaction",
- "enrichmentSource": null
}, - {
- "id": "first-email",
- "name": "First Email",
- "type": "relationship-intelligence",
- "valueType": "interaction",
- "enrichmentSource": null
}, - {
- "id": "first-event",
- "name": "First Event",
- "type": "relationship-intelligence",
- "valueType": "interaction",
- "enrichmentSource": null
}, - {
- "id": "last-chat-message",
- "name": "Last Chat Message",
- "type": "relationship-intelligence",
- "valueType": "interaction",
- "enrichmentSource": null
}, - {
- "id": "last-contact",
- "name": "Last Contact",
- "type": "relationship-intelligence",
- "valueType": "interaction",
- "enrichmentSource": null
}, - {
- "id": "last-email",
- "name": "Last Email",
- "type": "relationship-intelligence",
- "valueType": "interaction",
- "enrichmentSource": null
}, - {
- "id": "last-event",
- "name": "Last Event",
- "type": "relationship-intelligence",
- "valueType": "interaction",
- "enrichmentSource": null
}, - {
- "id": "next-event",
- "name": "Next Event",
- "type": "relationship-intelligence",
- "valueType": "interaction",
- "enrichmentSource": null
}, - {
- "id": "source-of-introduction",
- "name": "Source of Introduction",
- "type": "relationship-intelligence",
- "valueType": "person",
- "enrichmentSource": null
}
], - "pagination": {
}
}Paginate through the List Entries (AKA rows) on a given List. Returns basic information and field data, including list-specific field data, on each Company, Person, or Opportunity on the List. List Entries also include metadata about their creation, i.e., when they were added to the List and by whom.
To retrieve field data, you must use either the fieldIds or the fieldTypes parameter
to specify the Fields for which you want data returned.
These Field IDs and Types can be found using the GET /v2/lists/{listId}/fields endpoint.
When no fieldIds or fieldTypes are provided, List Entries will be returned without any field data attached.
To supply multiple fieldIds or fieldTypes parameters, generate a query string that looks like this:
?fieldIds=field-1234&fieldIds=affinity-data-location or ?fieldTypes=enriched&fieldTypes=global.
Requires the "Export data from Lists" permission.
| cursor | string Cursor for the next or previous page Example: cursor=ICAgICAgYmVmb3JlOjo6Nw |
| limit | integer <int32> [ 1 .. 100 ] Default: 100 Number of items to include in the page Example: limit=100 |
| fieldIds | Array of strings Field IDs for which to return field data Example: fieldIds=field-1&fieldIds=field-2 |
| fieldTypes | Array of strings Field Types for which to return field data Example: fieldTypes=enriched&fieldTypes=global |
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
required | Array of any or null (ListEntryWithEntity) <= 100 items A page of ListEntryWithEntity results | ||||||||||||
Array (<= 100 items)
| |||||||||||||
required | object (Pagination) | ||||||||||||
Bad Request
Forbidden
Not Found
Errors
Example response on a Company list using fieldTypes=enriched.
{- "data": [
- {
- "id": 1,
- "type": "company",
- "listId": 1,
- "entity": {
- "id": 1,
- "name": "Acme",
- "domain": "acme.co",
- "domains": [
- "acme.co"
], - "isGlobal": true,
- "fields": [
- {
- "id": "affinity-data-description",
- "name": "Description",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "text",
- "data": "Acme is a mega-corporation that manufactures everything from anvils to earthquake pills."
}
}, - {
- "id": "affinity-data-industry",
- "name": "Industry",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text-multi",
- "data": [
- "Aerospace",
- "Construction",
- "Consumer Goods"
]
}
}, - {
- "id": "affinity-data-investment-stage",
- "name": "Investment Stage",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text",
- "data": "Public Markets"
}
}, - {
- "id": "affinity-data-investors",
- "name": "Investors",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text-multi",
- "data": [
- "Marvin Acme",
- "Yosemite Sam"
]
}
}, - {
- "id": "affinity-data-last-funding-amount",
- "name": "Last Funding Amount (USD)",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 100000000
}
}, - {
- "id": "affinity-data-last-funding-date",
- "name": "Last Funding Date",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "datetime",
- "data": "2023-01-01T00:00:00Z"
}
}, - {
- "id": "affinity-data-linkedin-url",
- "name": "LinkedIn URL",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
}, - {
- "id": "affinity-data-location",
- "name": "Location",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "location",
- "data": {
- "streetAddress": null,
- "city": "Fairfield",
- "state": "New Jersey",
- "country": "United States",
- "continent": null
}
}
}, - {
- "id": "affinity-data-number-of-employees",
- "name": "Number of Employees",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 3990
}
}, - {
- "id": "affinity-data-total-funding-amount",
- "name": "Total Funding Amount (USD)",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 90000000
}
}, - {
- "id": "affinity-data-year-founded",
- "name": "Year Founded",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 1952
}
}
]
}, - "creatorId": 1,
- "createdAt": "2023-01-01T00:00:00Z"
}, - {
- "id": 2,
- "type": "company",
- "listId": 1,
- "entity": {
- "id": 2,
- "name": "Umbrella Corporation",
- "domain": "umbrella.co",
- "domains": [
- "umbrella.co"
], - "isGlobal": true,
- "fields": [
- {
- "id": "affinity-data-description",
- "name": "Description",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "text",
- "data": "The Umbrella Corporation is a multinational conglomerate with subsidiaries active in a variety of industries."
}
}, - {
- "id": "affinity-data-industry",
- "name": "Industry",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text-multi",
- "data": [
- "Cosmetics",
- "Chemical",
- "Consumer Goods",
- "Food Products",
- "Machinery Manufacturing",
- "Pharmaceuticals",
- "Transportation",
- "Tourism"
]
}
}, - {
- "id": "affinity-data-investment-stage",
- "name": "Investment Stage",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text",
- "data": "Public Markets"
}
}, - {
- "id": "affinity-data-investors",
- "name": "Investors",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text-multi",
- "data": [
- "Oswell E. Spencer",
- "Albert Wesker"
]
}
}, - {
- "id": "affinity-data-last-funding-amount",
- "name": "Last Funding Amount (USD)",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 100000000
}
}, - {
- "id": "affinity-data-last-funding-date",
- "name": "Last Funding Date",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "datetime",
- "data": "2023-01-01T00:00:00Z"
}
}, - {
- "id": "affinity-data-linkedin-url",
- "name": "LinkedIn URL",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
}, - {
- "id": "affinity-data-location",
- "name": "Location",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "location",
- "data": {
- "streetAddress": null,
- "city": "Chicago",
- "state": "Illinois",
- "country": "United States",
- "continent": null
}
}
}, - {
- "id": "affinity-data-number-of-employees",
- "name": "Number of Employees",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 12000
}
}, - {
- "id": "affinity-data-total-funding-amount",
- "name": "Total Funding Amount (USD)",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 60000000
}
}, - {
- "id": "affinity-data-year-founded",
- "name": "Year Founded",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 1968
}
}
]
}, - "creatorId": 1,
- "createdAt": "2023-01-01T00:00:00Z"
}
],
}Retrieve a single list entry. Returns basic information and field data, including list-specific field data.
To retrieve field data, you must use either the fieldIds or the fieldTypes parameter
to specify the Fields for which you want data returned.
These Field IDs and Types can be found using the GET /v2/lists/{listId}/fields endpoint.
When no fieldIds or fieldTypes are provided, the List Entry will be returned without any field data attached.
To supply multiple fieldIds or fieldTypes parameters, generate a query string that looks like this:
?fieldIds=field-1234&fieldIds=affinity-data-location or ?fieldTypes=enriched&fieldTypes=global.
Requires the "Export data from Lists" permission.
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
| id required | integer <int64> [ 1 .. 9007199254740991 ] The list entry's unique identifier | ||||||||||||
| type required | string The entity type for this list entry Value: "company" | ||||||||||||
| listId required | integer <int64> [ 1 .. 9007199254740991 ] The ID of the list that this list entry belongs to | ||||||||||||
| createdAt required | string <date-time> The date that the list entry was created | ||||||||||||
| creatorId required | integer or null <int64> [ 1 .. 9007199254740991 ] The ID of the user that created this list entry | ||||||||||||
required | object (Company) Company model | ||||||||||||
| |||||||||||||
Bad Request
Forbidden
Not Found
Errors
Example response on a Company list using fieldTypes=enriched.
{- "id": 1,
- "type": "company",
- "listId": 1,
- "entity": {
- "id": 1,
- "name": "Acme",
- "domain": "acme.co",
- "domains": [
- "acme.co"
], - "isGlobal": true,
- "fields": [
- {
- "id": "affinity-data-description",
- "name": "Description",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "text",
- "data": "Acme is a mega-corporation that manufactures everything from anvils to earthquake pills."
}
}, - {
- "id": "affinity-data-industry",
- "name": "Industry",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text-multi",
- "data": [
- "Aerospace",
- "Construction",
- "Consumer Goods"
]
}
}, - {
- "id": "affinity-data-investment-stage",
- "name": "Investment Stage",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text",
- "data": "Public Markets"
}
}, - {
- "id": "affinity-data-investors",
- "name": "Investors",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text-multi",
- "data": [
- "Marvin Acme",
- "Yosemite Sam"
]
}
}, - {
- "id": "affinity-data-last-funding-amount",
- "name": "Last Funding Amount (USD)",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 100000000
}
}, - {
- "id": "affinity-data-last-funding-date",
- "name": "Last Funding Date",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "datetime",
- "data": "2023-01-01T00:00:00Z"
}
}, - {
- "id": "affinity-data-linkedin-url",
- "name": "LinkedIn URL",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
}, - {
- "id": "affinity-data-location",
- "name": "Location",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "location",
- "data": {
- "streetAddress": null,
- "city": "Fairfield",
- "state": "New Jersey",
- "country": "United States",
- "continent": null
}
}
}, - {
- "id": "affinity-data-number-of-employees",
- "name": "Number of Employees",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 3990
}
}, - {
- "id": "affinity-data-total-funding-amount",
- "name": "Total Funding Amount (USD)",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 90000000
}
}, - {
- "id": "affinity-data-year-founded",
- "name": "Year Founded",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 1952
}
}
]
}, - "creatorId": 1,
- "createdAt": "2023-01-01T00:00:00Z"
}Paginate through all field values on a single list entry.
All fields will be included by default. The ids and types parameters can be used to filter the collection.
Requires the "Export data from Lists" permission.
| ids | Array of strings Field IDs for which to return field data Example: ids=field-1&ids=field-2 |
| types | Array of strings Field Types for which to return field data Example: types=enriched&types=global |
| cursor | string Cursor for the next or previous page Example: cursor=ICAgICAgYmVmb3JlOjo6Nw |
| limit | integer <int32> [ 1 .. 100 ] Default: 20 Number of items to include in the page Example: limit=20 |
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
required | Array of objects (Field) <= 100 items A page of Field results | ||||||||||
Array (<= 100 items)
| |||||||||||
required | object (Pagination) | ||||||||||
Bad Request
Forbidden
Not Found
Errors
Example response on a Company list using types=enriched.
{- "data": [
- {
- "id": "affinity-data-description",
- "name": "Description",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "text",
- "data": "Acme is a mega-corporation that manufactures everything from anvils to earthquake pills."
}
}, - {
- "id": "affinity-data-industry",
- "name": "Industry",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text-multi",
- "data": [
- "Aerospace",
- "Construction",
- "Consumer Goods"
]
}
}, - {
- "id": "affinity-data-investment-stage",
- "name": "Investment Stage",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text",
- "data": "Public Markets"
}
}, - {
- "id": "affinity-data-investors",
- "name": "Investors",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "filterable-text-multi",
- "data": [
- "Marvin Acme",
- "Yosemite Sam"
]
}
}, - {
- "id": "affinity-data-last-funding-amount",
- "name": "Last Funding Amount (USD)",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 100000000
}
}, - {
- "id": "affinity-data-last-funding-date",
- "name": "Last Funding Date",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "datetime",
- "data": "2023-01-01T00:00:00Z"
}
}, - {
- "id": "affinity-data-linkedin-url",
- "name": "LinkedIn URL",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
}, - {
- "id": "affinity-data-location",
- "name": "Location",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "location",
- "data": {
- "streetAddress": null,
- "city": "Fairfield",
- "state": "New Jersey",
- "country": "United States",
- "continent": null
}
}
}, - {
- "id": "affinity-data-number-of-employees",
- "name": "Number of Employees",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 3990
}
}, - {
- "id": "affinity-data-total-funding-amount",
- "name": "Total Funding Amount (USD)",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 90000000
}
}, - {
- "id": "affinity-data-year-founded",
- "name": "Year Founded",
- "type": "enriched",
- "enrichmentSource": "affinity-data",
- "value": {
- "type": "number",
- "data": 1952
}
}
],
}Perform batch operations on a list entry's fields.
Currently the only operation at the endpoint is update-fields, which allows you to update multiple field values with a single request. This is equivalent to calling the single field update endpoint multiple times.
Requires the "Export data from Lists" permission.
| operation required | string Value: "update-fields" | ||||
required | Array of objects <= 100 items | ||||
Array (<= 100 items)
| |||||
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
Bad Request
Forbidden
Not Found
Errors
Example request for an update-fields operation.
{- "operation": "update-fields",
- "updates": [
- {
- "id": "field-1",
- "value": {
- "type": "company",
- "data": {
- "id": 1
}
}
}, - {
- "id": "field-2",
- "value": {
- "type": "company-multi",
- "data": [
- {
- "id": 1
}, - {
- "id": 2
}
]
}
}, - {
- "id": "field-3",
- "value": {
- "type": "datetime",
- "data": "2023-01-01T00:00:00Z"
}
}, - {
- "id": "field-4",
- "value": {
- "type": "dropdown",
- "data": {
- "dropdownOptionId": 1
}
}
}, - {
- "id": "field-5",
- "value": {
- "type": "dropdown-multi",
- "data": [
- {
- "dropdownOptionId": 1
}, - {
- "dropdownOptionId": 2
}
]
}
}, - {
- "id": "field-6",
- "value": {
- "type": "location",
- "data": {
- "streetAddress": "1 Main Street",
- "city": "San Francisco",
- "state": "California",
- "country": "United States",
- "continent": "North America"
}
}
}, - {
- "id": "field-7",
- "value": {
- "type": "location-multi",
- "data": [
- {
- "streetAddress": "1 Main Street",
- "city": "San Francisco",
- "state": "California",
- "country": "United States",
- "continent": "North America"
}, - {
- "streetAddress": "1600 Pennsylvania Avenue NW",
- "city": "Washington",
- "state": "DC",
- "country": "United States",
- "continent": "North America"
}
]
}
}, - {
- "id": "field-8",
- "value": {
- "type": "number",
- "data": 100
}
}, - {
- "id": "field-9",
- "value": {
- "type": "number-multi",
- "data": [
- 100,
- 200,
- 300
]
}
}, - {
- "id": "field-10",
- "value": {
- "type": "person",
- "data": {
- "id": 1
}
}
}, - {
- "id": "field-11",
- "value": {
- "type": "person-multi",
- "data": [
- {
- "id": 1
}, - {
- "id": 2
}
]
}
}, - {
- "id": "field-12",
- "value": {
- "type": "ranked-dropdown",
- "data": {
- "dropdownOptionId": 1
}
}
}, - {
- "id": "field-13",
- "value": {
- "type": "text",
- "data": "Some new text"
}
}
]
}Example response from an update-fields operation.
{- "operation": "update-fields"
}Returns a single field value on a list entry.
Requires the "Export data from Lists" permission.
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
| id required | string The field's unique identifier |
| name required | string The field's name |
| type required | string The field's type |
| enrichmentSource required | string or null The source of the data in this Field (if it is enriched) |
required | FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) or FieldValue (object) (FieldValue) |
Bad Request
Forbidden
Not Found
Errors
Example response on a field with a company value.
{- "id": "field-1",
- "name": "Field with company value",
- "type": "list",
- "enrichmentSource": null,
- "value": {
- "type": "company",
- "data": {
- "id": 1,
- "name": "Acme",
- "domain": "acme.co"
}
}
}Update a single field value.
Requires the "Export data from Lists" permission.
FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) or FieldValueUpdate (object) (FieldValueUpdate) | |
No Content
Bad Request
Forbidden
Not Found
Errors
Example response on a field with a company value.
{- "value": {
- "type": "company",
- "data": {
- "id": 1
}
}
}{- "errors": [
- {
- "code": "bad-request",
- "message": "🚨 Error! Sound the alarm! 🚨"
}
]
}Paginate through all Saved Views you have access to view for a specific List. Returns Saved View configurations including name, column settings, and owner information.
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
required | Array of objects (SavedView) <= 100 items A page of SavedView results |
Array (<= 100 items) | |
required | object (Pagination) |
Bad Request
Not Found
Errors
{- "pagination": {
}, - "data": [
- {
- "createdAt": "2023-01-01T00:00:00Z",
- "name": "Deal List",
- "id": 28,
- "type": "sheet"
}, - {
- "createdAt": "2023-06-15T00:00:00Z",
- "name": "Deal Pipeline Status",
- "id": 42,
- "type": "board"
}
]
}Retrieve detailed information about a specific Saved View you have access to view. Returns complete Saved View configuration including name, sorting, and column visibility settings.
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
Bad Request
Not Found
Errors
{- "createdAt": "2023-06-15T00:00:00Z",
- "name": "Deal Pipeline Status",
- "id": 42,
- "type": "board"
}Paginate through the List Entries (AKA rows) on a given Saved View. Use this endpoint when you need to filter entities or only want some field data to be returned: This endpoint respects the filters set on a Saved View via web app, and only returns field data corresponding to the columns that have been pulled into the Saved View via web app.
Though this endpoint respects the Saved View's filters and column/Field selection, it does not yet preserve sort order. This endpoint also only supports sheet-type Saved Views, and not board- or dashboard-type Saved Views.
See the Data Model section for more information about Saved Views.
Requires the "Export data from Lists" permission.
OK
| X-Ratelimit-Limit-User | integer Number of requests allowed per minute for the user |
| X-Ratelimit-Limit-User-Remaining | integer Number of requests remaining for the user |
| X-Ratelimit-Limit-User-Reset | integer Time in seconds before the limit resets for the user |
| X-Ratelimit-Limit-Org | integer Number of requests allowed per month for the account |
| X-Ratelimit-Limit-Org-Remaining | integer Number of requests remaining for the account |
| X-Ratelimit-Limit-Org-Reset | integer Time in seconds before the limit resets for the account |
required | Array of any or null (ListEntryWithEntity) <= 100 items A page of ListEntryWithEntity results | ||||||||||||
Array (<= 100 items)
| |||||||||||||
required | object (Pagination) | ||||||||||||
Bad Request
Forbidden
Not Found
Errors
{- "data": [
- {
- "id": 1,
- "type": "company",
- "listId": 1,
- "createdAt": "2023-01-01T00:00:00Z",
- "creatorId": 1,
- "entity": {
- "domain": "acme.co",
- "name": "Acme",
- "isGlobal": true,
- "domains": [
- "acme.co"
], - "id": 1,
- "fields": [
- {
- "enrichmentSource": "affinity-data",
- "name": "Location",
- "id": "affinity-data-location",
- "type": "enriched",
- "value": {
- "data": {
- "continent": "North America",
- "country": "United States",
- "streetAddress": "1 Main Street",
- "city": "San Francisco",
- "state": "California"
}, - "type": "location"
}
}, - {
- "enrichmentSource": "affinity-data",
- "name": "Description",
- "id": "affinity-data-description",
- "type": "enriched",
- "value": {
- "data": "A leading provider of innovative solutions",
- "type": "text"
}
}
]
}
}
], - "pagination": {
}
}