Documentation Index
Fetch the complete documentation index at: https://support.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
How-to — task-oriented recipe.
Important Callouts
- If you’re currently trialing Affinity, you will not be able to access the Affinity API until you purchase one of the following subscription tiers: Scale, Advanced, or Enterprise (see Getting started with the Affinity API + FAQs).
- Crunchbase and PitchBook data are not accessible via the Affinity API.
Retrieving list data using API V1
See the Lists section within our API V1 documentation.-
Use this endpoint to find the list id number.
-
Input the list “id” number to find the name of the columns on this specific list.
-
Optional: Use this call to find the names of the global columns if needed.
-
Then use this call to get a list of all the list entries on a specific list.
-
Step 4 will give you “id” numbers. You can now get each list entry’s field value (row). You will need to do this for each entry.
-
Step 4 will also give you “entity_id” numbers. You can use this to get the global column data. You will need to do this for each entry.
Retrieving list data using API V2
- Using Affinity’s API V2, you can download an entire list with fewer calls than API V1.
- If you’d like more specific data from a saved view, you can download just the saved view data as well.
- See the Lists section within our API V2 documentation.