Consultant details.
GET
/v1/CRM/Consultants/{id_consultant}
Requires the scope read:consultant.
Autorisations
Bearer
JWT Authorization header using the Bearer scheme.
TypeHTTP (Bearer)
Paramètres
Paramètres de chemin
id_consultant*
Typeinteger
RequisFormat
"int32"Réponses
OK
application/json
JSON
{
"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,
"professional_profile": "string",
"skills": [
{
"id": 0,
"level": 0,
"favorite": true
}
],
"languages": [
{
"code": "string",
"level": 0
}
],
"address": "string",
"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,
"notes": "string",
"custom1": "string",
"custom2": "string",
"custom3": "string",
"custom4": "string",
"custom5": "string",
"active": true,
"created_on": "string",
"created_by": 0,
"modified_on": "string",
"modified_by": 0
}

