Get a list of calling stations
GET/calling-stations
The Get All Calling Stations request allows you to retrieve a list of all calling stations registered in ANSCER FMS.
Request
Responses
- 200
- 401
- 403
- 500
A list of calling stations
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
_id uuid
name string
Possible values: >= 3 characters and <= 50 characters
username string
Possible values: >= 5 characters and <= 50 characters
locations string[]
approvalRequired boolean
sku string[]
load object
alias object
property name* string
stationType string
Possible values: [web, physical]
requestType string
Possible values: [pickup, dropoff, empty]
storeId uuid
createdAt date-time
updatedAt date-time
[
{
"_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"username": "string",
"locations": [
"string"
],
"approvalRequired": true,
"sku": [
"string"
],
"load": {},
"alias": {},
"stationType": "web",
"requestType": "pickup",
"storeId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2025-06-05T13:40:40.504Z",
"updatedAt": "2025-06-05T13:40:40.504Z"
}
]
Unauthorized.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Authentication token not provided."
}
{
"message": "Authentication token not provided."
}
Forbidden.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Access to this resource is forbidden."
}
{
"message": "Access to this resource is forbidden."
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Internal Server Error. Please try again later."
}
{
"message": "Internal Server Error. Please try again later."
}
Loading...