Skip to main content

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

A list of calling stations

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 string
    alias object
    stationType string

    Possible values: [web, physical]

    requestType string

    Possible values: [pickup, dropoff, empty]

    storeId uuid
    createdAt date-time
    updatedAt date-time
  • ]
Loading...