Get user group customer tracker details

This API enables you to retrieve tracker details of a customer in a user group.

API endpoint

{host}/v2/customers/userEntityTrackers?{query parameters}

Example: https://crm-nightly-new.cc.capillarytech.com/v2/customers/userEntityTrackers?type=USERGROUP2&identifierType=id&identifierValue=93257&source=INSTORE

Query parameters

ParameterTypeDescription
typestringType of entity tracker. In this case, it is always USERGROUP2.
identifierTypestringType of identifier.
identifierValuestringValue of the identifier.
sourcestringSource on which the customer is available.

Response parameters

ParameterDescription
paginationPagination details for the data.
dataArray containing tracked entity data.
idUnique identifier for the tracked entity.
nameName of the tracked entity.
conditionIdIdentifier for the condition associated with the tracker.
valueValue associated with the tracker.
updatedOnDate when the tracker was last updated.
conditionNameName of the associated condition.
periodStartDateStart date of the tracking period.
periodEndDateEnd date of the tracking period.
warningsArray containing warning messages.
errorsArray containing error messages.
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!