All Branches
GET
http://82.180.154.188:4352/branches
Last modified:2025-04-12 11:11:58
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://82.180.154.188:4352/branches'
Response Response Example
{
"status": "string",
"results": 0,
"data": {
"branches": [
{
"_id": "string",
"name": "string",
"location": {
"type": "string",
"coordinates": [
0
],
"area": "string"
},
"workingDays": [
{
"day": "string",
"isActive": true,
"timeRanges": [
{
"from": "string",
"to": "string"
}
]
}
],
"createdAt": "string",
"updatedAt": "string",
"__v": 0
}
]
}
}
Request
None
Responses
Modified at 2025-04-12 11:11:58