employees Have Service Skills
Testing Env
https://testhr.vodoglobal.com
Testing Env
https://testhr.vodoglobal.com
GET
/api/v1/employees-have-service-skill
Last modified:2025-03-26 12:40:51
Get Employees with Service Skill
Request
{{url}}api/v1/employees-have-service-skill
Response
{
"status": true,
"message": "",
"response": {
"data": [
{
"id": 0,
"user_id": 0,
"image": "",
"name": "",
"user_name": "",
"phone": "",
"email": "",
"active": 0,
"currency_id": null,
"company_id": 0,
"occupation_id": 0
}
],
"pagination": {
"current_page": 0,
"last_page": 0,
"per_page": 0,
"total": 0
}
}
}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testhr.vodoglobal.com/api/v1/employees-have-service-skill?branch_id=2' \
--header 'uuid: 630ca2f4885f8' \
--header 'secure_business_key: 4765066450c0bd66325.48403130' \
--header 'Accept: application/json'
Response Response Example
{
"status": true,
"message": "success",
"response": {
"data": [
{
"id": 3299,
"user_id": 780,
"image": "https://testhr.vodoglobal.com/data/employee/profile/489/emp_profile_3299_2024-12-15-02:07:10.jpg",
"name": "Mostafa Hassan",
"user_name": "cojeweraq",
"phone": "[\"+201111111112\",\"+202222222221\"]",
"email": "morigi9316@kindomd.com",
"active": 1,
"currency_id": null,
"company_id": 259,
"occupation_id": 47
},
{
"id": 3313,
"user_id": 850,
"image": "https://testhr.vodoglobal.com/data/employee/profile/488/emp_profile_3313_2024-12-03-12:03:18.jpg",
"name": "Mina Saleb",
"user_name": "Mina.Saleb",
"phone": "[\"+2345566\"]",
"email": "segir10417@bflcafe.com",
"active": 1,
"currency_id": null,
"company_id": 259,
"occupation_id": 65
},
{
"id": 3314,
"user_id": 851,
"image": "https://testhr.vodoglobal.com/data/employee/profile/490/emp_profile_3314_2024-12-16-01:18:56.jpg",
"name": "Hoda",
"user_name": "specialist1",
"phone": "[\"+12332445\"]",
"email": "specialist1@gmail.com",
"active": 1,
"currency_id": null,
"company_id": 259,
"occupation_id": 60
},
{
"id": 3315,
"user_id": 852,
"image": "https://testhr.vodoglobal.com/data/employee/profile/486/emp_profile_3315_2024-12-03-12:01:57.jpg",
"name": "Malak",
"user_name": "specialist2",
"phone": "[\"+4562345\"]",
"email": "specialist2@gmail.com",
"active": 1,
"currency_id": null,
"company_id": 259,
"occupation_id": 61
},
{
"id": 3316,
"user_id": 853,
"image": "https://testhr.vodoglobal.com/data/employee/profile/485/emp_profile_3316_2024-12-03-11:59:59.jpg",
"name": "Merna",
"user_name": "specialist3",
"phone": "[\"12312345\"]",
"email": "specialist3@gmail.com",
"active": 1,
"currency_id": null,
"company_id": 259,
"occupation_id": 61
},
{
"id": 3317,
"user_id": 854,
"image": "https://testhr.vodoglobal.com/data/employee/profile/484/emp_profile_3317_2024-12-03-11:58:01.jpg",
"name": "Mariem",
"user_name": "specialist4",
"phone": "[\"123455\"]",
"email": "specialist4@gmail.com",
"active": 1,
"currency_id": null,
"company_id": 259,
"occupation_id": 61
}
],
"pagination": {
"current_page": 1,
"last_page": 3,
"per_page": 6,
"total": 14
}
}
}
Request
Query Params
branch_id
stringÂ
required
Example:
2
name
stringÂ
optional
Example:
test
page
stringÂ
optional
Example:
2
Header Params
uuid
stringÂ
required
Example:
{{uuid}}
secure_business_key
stringÂ
required
Example:
{{secure_business_key}}
Accept
stringÂ
required
Example:
application/json