I have tried with the API, but only shows a pair of contacts and in the organization exist more than 2000 contacts loaded.
(He intentado con la API, pero solo muestra un par de contactos y en la organizaciĂłn existen mas de 2000 contactos cargados.)
API Result:
{
"entities": [
{
"id": "067842ef-6889-4368-a07b-18c55ca169d7",
"firstName": "CRISTIAN",
"lastName": "AGUILA",
"title": "JEFE DE POYECTO PURECLOUD",
"workPhone": {
"display": "+56 2 2679 2136 ext. 822136",
"extension": 822136,
"acceptsSMS": false,
"userInput": "+56 2 2679 2136 ext.822136",
"e164": "+56226792136",
"countryCode": "CL"
},
"cellPhone": {
"display": "+56 2 2939 2136 ext. 832136",
"extension": 832136,
"acceptsSMS": false,
"userInput": "+56 2 2939 2136 ext.832136",
"e164": "+56229392136",
"countryCode": "CL"
},
"workEmail": "caguila@bbva.com",
"address": {
"address1": "BANDERA 278, PISO 6",
"countryCode": "US"
},
"modifyDate": "2017-06-13T16:37:43Z",
"createDate": "2017-06-13T16:35:06Z",
"selfUri": "/api/v2/externalcontacts/contacts/067842ef-6889-4368-a07b-18c55ca169d7"
},
{
"id": "f444f0cf-ebf1-4bb3-95bd-86f86961fedd",
"firstName": "prueba 1",
"middleName": "prueba1",
"lastName": "prueba 1",
"address": {
"countryCode": "US"
},
"modifyDate": "2017-03-30T18:53:08Z",
"createDate": "2017-03-30T16:58:55Z",
"selfUri": "/api/v2/externalcontacts/contacts/f444f0cf-ebf1-4bb3-95bd-86f86961fedd"
}
],
"pageSize": 20,
"pageNumber": 1,
"total": 2,
"selfUri": "/api/v2/externalcontacts/contacts?pageSize=20&pageNumber=1",
"firstUri": "/api/v2/externalcontacts/contacts?pageSize=20&pageNumber=1",
"lastUri": "/api/v2/externalcontacts/contacts?pageSize=20&pageNumber=1",
"pageCount": 1
}