v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet user group customer tracker details
This API enables you to retrieve tracker details of a customer in a user group.
get/customers/userEntityTrackers
Query parameters
typestring
Type of entity tracker. In this case, it is always USERGROUP2.
identifierTypestring
Type of identifier. Example- id (userGroupId), externalId, primaryUserId.
identifierValuestring
Value of the identifier.
sourcestring
Source on which the customer is available.
Response
200
Example response
{
"data": [
{
"id": 12446,
"name": "TransactionTotalQuantity_Tracker",
"conditionId": 638,
"type": "BILL_TOTAL_QTY",
"updatedOn": "2025-04-24T15:12:51Z",
"conditionName": "TransactionQuantity_Tracker",
"periodStartDate": "2025-04-24T15:12:51Z",
"periodEndDate": "2125-04-24T23:59:59Z"
}
]
}