Contacts and Individuals-Contacts-How to Get Contacts

Number of APIs: 9

  1. Get a Contact by Reference Source and ID GET {{baseUrl}}/api/Contact/:referenceSource/:referenceId

  2. Get a Contact by Reference ID GET {{baseUrl}}/api/Contact/ByReference/:referenceId

  3. Get Contacts by Tag ID GET {{baseUrl}}/api/Contact/ByTag/:tagId?filter=<string>&sortBy=<string>&descending=<boolean>&skip=<integer>&take=<integer>

  4. Find a Contact by Email Address or Reference Source and ID GET {{baseUrl}}/api/Contact/Find?email=<string>&referenceSource=<string>&referenceId=<string>

  5. Find all Contacts that match, fully or partially, the given search parameters POST {{baseUrl}}/api/Contact/Search?skip=<integer>&take=<integer>

  6. Find all Contacts within a given proximity of a geocoordinate POST {{baseUrl}}/api/Contact/Proximity?skip=<integer>&take=<integer>

  7. Get the Activity for the Contacts the current user is following GET {{baseUrl}}/api/Contact/Activity?skip=<integer>&take=<integer>

  8. Get the Contacts the current user is following GET {{baseUrl}}/api/Contact/Following?skip=<integer>&take=<integer>

  9. Get a Contact GET {{baseUrl}}/api/Contact/:contactId