Skala
Locations

Get location details

Retrieves the specific details of a single location using its unique identifier.

GET
/api/locations/{id}

Retrieves the specific details of a single location using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Location identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/locations/string"
{
  "id": 0,
  "name": "string",
  "legalName": "string",
  "address": "/entity/1",
  "functions": [
    {
      "id": 0,
      "name": "string",
      "functions": "string"
    }
  ],
  "isActive": true,
  "isDefault": true,
  "storageBins": [
    {
      "id": 0,
      "name": "string"
    }
  ]
}
Empty