Persons

Number of APIs: 22

  1. Delete multiple persons in bulk DELETE {{baseUrl}}/persons?ids=<string>

  2. Get all persons GET {{baseUrl}}/persons?user_id=<integer>&filter_id=<integer>&first_char=<string>&start=0&limit=<integer>&sort=<string>

  3. Search persons GET {{baseUrl}}/persons/search?term=<string>&fields=<string>&exact_match=<boolean>&organization_id=<integer>&include_fields=<string>&start=0&limit=<integer>

  4. Add a person POST {{baseUrl}}/persons

  5. Get all persons (BETA) GET {{baseUrl}}/persons/collection?cursor=<string>&limit=<integer>&since=<string>&until=<string>&owner_id=<integer>&first_char=<string>

  6. Delete a person DELETE {{baseUrl}}/persons/:id

  7. Get details of a person GET {{baseUrl}}/persons/:id

  8. Update a person PUT {{baseUrl}}/persons/:id

  9. List activities associated with a person GET {{baseUrl}}/persons/:id/activities?start=0&limit=<integer>&done=<number>&exclude=<string>

  10. List updates about person field values GET {{baseUrl}}/persons/:id/changelog?cursor=<string>&limit=<integer>