array_of_employees_have_same_skill
Testing Env
https://testhr.vodoglobal.com
Testing Env
https://testhr.vodoglobal.com
GET
/api/v1/employees-skill-arr
Last modified:2025-03-26 12:40:51
API Request Description
service_skill_id[]
(array): An array of service skill IDs to filter the employees' skills.name
(string): The name to search for among the employees.branch_id
(integer): The ID of the branch to filter the employees by.data_scope
(string): Specifies the data scope for pagination.Request Body
Response Body
{
"status": "boolean",
"message": "string",
"response": {
"current_page": "integer",
"data": [
{
"user_name": "string",
"user_id": "integer",
"profile": "string",
"profile_url": "string"
}
],
"first_page_url": "string",
"from": "integer",
"last_page": "integer",
"last_page_url": "string",
"links": [
{
"url": "string",
"label": "string",
"active": "boolean"
}
],
"next_page_url": "string",
"path": "string",
"per_page": "integer",
"prev_page_url": "string",
"to": "integer",
"total": "integer"
}
}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://testhr.vodoglobal.com/api/v1/employees-skill-arr?service_skill_id[]=1440&service_skill_id[]=1450&name=ma&branch_id=2&data_scope=paginate' \
--header 'uuid: 630ca2f4885f8' \
--header 'secure_business_key: 4765066450c0bd66325.48403130' \
--header 'Accept: application/json'
Response Response Example
{
"status": true,
"message": "success",
"response": {
"current_page": 1,
"data": [
{
"user_name": "Malak",
"user_id": 852,
"profile": "486",
"profile_url": "https://testhr.vodoglobal.com/data/employee/profile/486/emp_profile_3315_2024-12-03-12:01:57.jpg"
},
{
"user_name": "Mariem",
"user_id": 854,
"profile": "484",
"profile_url": "https://testhr.vodoglobal.com/data/employee/profile/484/emp_profile_3317_2024-12-03-11:58:01.jpg"
},
{
"user_name": "Marco",
"user_id": 926,
"profile": "599",
"profile_url": "https://testhr.vodoglobal.com/data/employee/profile/599/emp_profile_3331_2025-03-13-09:06:42.jpg"
}
],
"first_page_url": "https://testhr.vodoglobal.com/api/v1/employees-skill-arr?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://testhr.vodoglobal.com/api/v1/employees-skill-arr?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://testhr.vodoglobal.com/api/v1/employees-skill-arr?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "https://testhr.vodoglobal.com/api/v1/employees-skill-arr",
"per_page": 10,
"prev_page_url": null,
"to": 3,
"total": 3
}
}
Request
Query Params
service_skill_id[]
array[string]
required
Example:
["1440","1450"]
name
stringÂ
required
Example:
ma
branch_id
stringÂ
required
Example:
2
data_scope
stringÂ
required
Example:
paginate
Header Params
uuid
stringÂ
required
Example:
{{uuid}}
secure_business_key
stringÂ
required
Example:
{{secure_business_key}}
Accept
stringÂ
required
Example:
application/json