Persons
Number of APIs: 22
-
Delete multiple persons in bulk DELETE {{baseUrl}}/persons?ids=<string>
-
Get all persons GET {{baseUrl}}/persons?user_id=<integer>&filter_id=<integer>&first_char=<string>&start=0&limit=<integer>&sort=<string>
-
Search persons GET {{baseUrl}}/persons/search?term=<string>&fields=<string>&exact_match=<boolean>&organization_id=<integer>&include_fields=<string>&start=0&limit=<integer>
-
Add a person POST {{baseUrl}}/persons
-
Get all persons (BETA) GET {{baseUrl}}/persons/collection?cursor=<string>&limit=<integer>&since=<string>&until=<string>&owner_id=<integer>&first_char=<string>
-
Delete a person DELETE {{baseUrl}}/persons/:id
-
Get details of a person GET {{baseUrl}}/persons/:id
-
Update a person PUT {{baseUrl}}/persons/:id
-
List activities associated with a person GET {{baseUrl}}/persons/:id/activities?start=0&limit=<integer>&done=<number>&exclude=<string>
-
List updates about person field values GET {{baseUrl}}/persons/:id/changelog?cursor=<string>&limit=<integer>