cURL
curl --request GET \ --url https://public-api.salu.com.vc/prd/routes/v0/employee/{employee_id} \ --header 'x-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "is_disabled": true, "status": "<string>", "sex": "<string>", "admission_date": "2023-12-25", "is_active": true, "organization": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "branch": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "position": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "sector": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "social_name": "<string>", "gov_id": "<string>", "birth_date": "2023-12-25", "gender": "<string>", "mother_name": "<string>", "marital_status": "<string>", "place_of_birth": "<string>", "educational_stage": "<string>", "human_skin_tone": "<string>", "phone": "<string>", "cell_phone": "<string>", "email": "<string>", "personal_email": "<string>", "dismissal_date": "2023-12-25", "hr_code": "<string>", "employee_registration_number": "<string>", "work_shift": "<string>", "client_integration_code": "<string>" }
PublicApiEmployeeBaseResponse
GET
/v0/employee/{employee_id}
public_get_employee_v0_employee__employee_id__get
x-api-key
APIKeyHeader
curl -X GET "https://public-api.salu.com.vc/dev/routes/v0/employee/{employee_id}" \ -H "Accept: application/json" \ -H "x-api-key: $SALU_PUBLIC_API_KEY"
Successful Response
Show child attributes