Skala
Location functions

Get location function details

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

GET
/api/location_functions/{id}

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

AuthorizationBearer <token>

In: header

Path Parameters

id*string

LocationFunction identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/location_functions/string"
{
  "id": 0,
  "name": "string",
  "functions": "string"
}
Empty