Retrieves a list of customers assigned to the specified entity. A filter can be applied (see the request sample).
Example response
{- "endRow": 300,
 - "oldValues": null,
 - "operationType": "fetch",
 - "startRow": 0,
 - "textMatchStyle": "exact",
 - "data": {
- "_constructor": "AdvancedCriteria",
 - "operator": "and",
 - "criteria": [
- {
- "fieldName": "priority",
 - "operator": "equals",
 - "value": 2
 
} 
] 
} 
}{- "response": {
- "node": "e2e-templates-node",
 - "data": [
- {
- "version": 1,
 - "typedId": "3.CA",
 - "customerGroup": {
- "label": "00002,00003",
 - "customerFieldName": null,
 - "customerFieldLabel": null,
 - "customerFieldValue": null,
 - "customerFilterCriteria": {
- "_constructor": "AdvancedCriteria",
 - "criteria": [
- {
- "fieldName": "customerId",
 - "operator": "inSet",
 - "value": [
- "00002",
 - "00003"
 
] 
} 
], - "operator": "and"
 
} 
}, - "assignmentId": 211,
 - "priority": 1,
 - "additionalInfo1": null,
 - "additionalInfo2": null,
 - "additionalInfo3": null,
 - "additionalInfo4": null,
 - "lastUpdateByName": "admin",
 - "createdByName": "admin",
 - "assignment": "211.PG",
 - "createDate": "2021-12-13T10:11:09",
 - "createdBy": 2147490696,
 - "lastUpdateDate": "2021-12-13T10:11:09",
 - "lastUpdateBy": 2147490696
 
} 
], - "status": 0
 
} 
}