List of contacts.
GET
/v1/CRM/contacts
Requires the scope read:contact.
Autorisations
Bearer
JWT Authorization header using the Bearer scheme.
TypeHTTP (Bearer)
Paramètres
Paramètres de requête
page_number
Typeinteger
Format
"int32"Par défaut
1page_size
Typeinteger
Format
"int32"Par défaut
100id_client
Typeinteger
Format
"int32"filter*
Typestring
RequisValeurs valides
"ALL""ACTIVE""ASSIGNED""DELETED"is_lead
Typeboolean
Réponses
OK
application/json
JSON
{
"total_pages": 0,
"data": [
{
"id": 0,
"first_name": "string",
"last_name": "string",
"business_title": "string",
"email": "string",
"phone_mobile_number": "string",
"postal_code": "string",
"city": "string",
"country": "string",
"exclude_from_emailing": true,
"send_greetings_card": true,
"is_lead": true,
"origin": "string",
"signal": "string",
"imported_company_name": "string",
"id_client": 0,
"id_account_manager": 0,
"actif": true,
"deleted": true,
"created_on": "string",
"created_by": 0,
"modified_on": "string",
"modified_by": 0,
"deleted_on": "string",
"deleted_by": 0
}
]
}

