Liste de tous les consultants.
GET
/v1/CRM/Consultants
Nécessite le scope read:consultant.
Autorisations
Bearer
En-tête d'autorisation JWT utilisant le schéma Bearer.
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"type
Typestring
Réponses
Succès
application/json
JSON
{
"total_pages": 0,
"data": [
{
"id": 0,
"first_name": "string",
"last_name": "string",
"type": "string",
"affinity": 0,
"rate": 0,
"currency": "string",
"availability_date": "string",
"birth_year": 0,
"work_start_year": 0,
"skills": [
{
"id": 0,
"level": 0,
"favorite": true
}
],
"languages": [
{
"code": "string",
"level": 0
}
],
"postal_code": "string",
"city": "string",
"country": "string",
"phone_number": "string",
"phone_mobile_number": "string",
"email": "string",
"no_emails": true,
"no_sms": true,
"id_client": 0,
"active": true,
"created_on": "string",
"created_by": 0,
"modified_on": "string",
"modified_by": 0
}
]
}

