employee Fingerprint Locations
Testing Env
https://testhr.vodoglobal.com
Testing Env
https://testhr.vodoglobal.com
GET
/api/v1/employee-fingerprint-locations
Last modified:2025-03-26 12:40:51
GET /api/v1/employee-fingerprint-locations
Request
Response
{
"type": "object",
"properties": {
"status": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"section": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"latitude": {
"type": "string"
},
"longitude": {
"type": "string"
}
}
},
"administration": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"latitude": {
"type": "string"
},
"longitude": {
"type": "string"
}
}
},
"branch": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"name_ar": {
"type": "string"
},
"latitude": {
"type": "string"
},
"longitude": {
"type": "string"
}
}
},
"company": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"name_en": {
"type": "string"
},
"latitude": {
"type": "string"
},
"longitude": {
"type": "string"
}
}
}
}
},
"errors": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testhr.vodoglobal.com/api/v1/employee-fingerprint-locations' \
--header 'uuid: 630ca2f4885f8' \
--header 'secure_business_key: 4765066450c0bd66325.48403130' \
--header 'Accept: application/json' \
--header 'user-token: '
Response Response Example
{
"status": true,
"message": "success",
"data": {
"section": {
"name": "new test1",
"latitude": "32.69486598",
"longitude": "21.78562950"
},
"administration": {
"name": "Human Resources edit",
"latitude": "",
"longitude": ""
},
"branch": {
"name": "Alyasmin",
"name_ar": "فرع الياسمين",
"latitude": "",
"longitude": "25.1478566"
},
"company": {
"name": "تجريبى فودو",
"name_en": "تجريبى فودو",
"latitude": "",
"longitude": ""
}
},
"errors": []
}
Request
Header Params
uuid
string
required
Example:
{{uuid}}
secure_business_key
string
required
Example:
{{secure_business_key}}
Accept
string
required
Example:
application/json
user-token
string
required
Example:
{{user_token}}