GET/ sections
Testing Env
https://testhr.vodoglobal.com
Testing Env
https://testhr.vodoglobal.com
GET
/api/v1/sections
Last modified:2025-03-26 12:40:51
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testhr.vodoglobal.com/api/v1/sections' \
--header 'secure_business_key: 4765066450c0bd66325.48403130' \
--header 'uuid: 630ca2f4885f8' \
--header 'Accept: application/json'
Response Response Example
{
"status": true,
"message": "success",
"response": {
"sections": [
{
"id": 41,
"name": "new test1",
"business_id": "259",
"business_name": "تجريبى فودو",
"adminstration_id": 113,
"administration_name": "administration 0",
"latitude": "32.69486598",
"longitude": "21.78562950",
"created_at": "2025-03-09T12:36:08.000000Z",
"updated_at": "2025-03-09T12:36:27.000000Z",
"deleted_at": null
},
{
"id": 40,
"name": "test 2",
"business_id": "259",
"business_name": "تجريبى فودو",
"adminstration_id": 114,
"administration_name": "adminbistration 1",
"latitude": "24.35773102",
"longitude": "46.09862637",
"created_at": "2025-03-09T10:46:45.000000Z",
"updated_at": "2025-03-09T10:57:11.000000Z",
"deleted_at": null
},
{
"id": 39,
"name": "test 1",
"business_id": "259",
"business_name": "تجريبى فودو",
"adminstration_id": 114,
"administration_name": "adminbistration 1",
"latitude": "25.95804467",
"longitude": "45.34007464",
"created_at": "2025-03-09T10:42:17.000000Z",
"updated_at": "2025-03-09T10:42:17.000000Z",
"deleted_at": null
},
{
"id": 38,
"name": "test",
"business_id": "259",
"business_name": "تجريبى فودو",
"adminstration_id": 114,
"administration_name": "adminbistration 1",
"latitude": null,
"longitude": null,
"created_at": "2025-03-09T09:44:44.000000Z",
"updated_at": "2025-03-09T09:44:44.000000Z",
"deleted_at": null
},
{
"id": 37,
"name": "Vodo Section",
"business_id": "259",
"business_name": "تجريبى فودو",
"adminstration_id": 119,
"administration_name": "test",
"latitude": null,
"longitude": null,
"created_at": "2025-02-25T09:35:20.000000Z",
"updated_at": "2025-02-25T09:35:20.000000Z",
"deleted_at": null
},
{
"id": 36,
"name": "test 2",
"business_id": "259",
"business_name": "تجريبى فودو",
"adminstration_id": 112,
"administration_name": "test vacation",
"latitude": null,
"longitude": null,
"created_at": "2025-01-30T13:14:17.000000Z",
"updated_at": "2025-01-30T21:25:35.000000Z",
"deleted_at": null
},
{
"id": 28,
"name": "test section 5",
"business_id": "259",
"business_name": "تجريبى فودو",
"adminstration_id": 111,
"administration_name": "test new admin 2",
"latitude": null,
"longitude": null,
"created_at": "2024-09-30T07:39:22.000000Z",
"updated_at": "2025-01-30T12:31:03.000000Z",
"deleted_at": null
}
],
"paginate": {
"total": 7,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"from": 1,
"to": 7
}
}
}
Request
Header Params
secure_business_key
string
required
Example:
{{secure_business_key}}
uuid
string
required
Example:
{{uuid}}
Accept
string
required
Example:
application/json
Body Params multipart/form-data
object {0}