List Locations
Query Parameters
integer
default:"50"
Number of results per page
string
Filter locations by short identifier
string
Filter locations by description
string
Sort by field. Available:
id. Prefix with - for descending orderstring
Include related resources. Available:
nodes, serversResponse
string
Always
listarray
Array of location objects
Get Location Details
Path Parameters
integer
required
The internal ID of the location
Query Parameters
string
Include related resources. Available:
nodes, serversResponse
Create Location
Request Body
string
required
Short identifier code for the location (1-60 characters, must be unique)
string
Full description of the location (optional, max 191 characters)
Response
Returns the created location object with HTTP status201 Created.
Update Location
Path Parameters
integer
required
The internal ID of the location to update
Request Body
All fields are optional. Only include fields you want to update.string
New short identifier code (must be unique)
string
New description
Response
Returns the updated location object.Delete Location
Path Parameters
integer
required
The internal ID of the location to delete
Response
Returns HTTP status204 No Content on successful deletion.
