Skip to main content
GET
/
api
/
v1
/
public
/
locations
List Workspace Locations
curl --request GET \
  --url https://api.sanka.com/api/v1/public/locations \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "id_iw": "<string>",
    "location": "<string>",
    "warehouse": "<string>",
    "floor": "<string>",
    "zone": "<string>",
    "aisle": "<string>",
    "rack": "<string>",
    "shelf": "<string>",
    "bin": "<string>",
    "map_location_id": "<string>",
    "usage_status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string | null

Query Parameters

workspace_id
string | null
lang
string | null
language
string | null

Response

200 - application/json

OK

created_at
string<date-time>
required
updated_at
string<date-time>
required
id
string | null
id_iw
location
string | null
warehouse
string | null
floor
string | null
zone
string | null
aisle
string | null
rack
string | null
shelf
string | null
bin
string | null
map_location_id
string | null
usage_status
string | null