Contacts and Individuals-Contacts-How to Get Contacts
Number of APIs: 9
-
Get a Contact by Reference Source and ID GET {{baseUrl}}/api/Contact/:referenceSource/:referenceId
-
Get a Contact by Reference ID GET {{baseUrl}}/api/Contact/ByReference/:referenceId
-
Get Contacts by Tag ID GET {{baseUrl}}/api/Contact/ByTag/:tagId?filter=<string>&sortBy=<string>&descending=<boolean>&skip=<integer>&take=<integer>
-
Find a Contact by Email Address or Reference Source and ID GET {{baseUrl}}/api/Contact/Find?email=<string>&referenceSource=<string>&referenceId=<string>
-
Find all Contacts that match, fully or partially, the given search parameters POST {{baseUrl}}/api/Contact/Search?skip=<integer>&take=<integer>
-
Find all Contacts within a given proximity of a geocoordinate POST {{baseUrl}}/api/Contact/Proximity?skip=<integer>&take=<integer>
-
Get the Activity for the Contacts the current user is following GET {{baseUrl}}/api/Contact/Activity?skip=<integer>&take=<integer>
-
Get the Contacts the current user is following GET {{baseUrl}}/api/Contact/Following?skip=<integer>&take=<integer>
-
Get a Contact GET {{baseUrl}}/api/Contact/:contactId