Skip to main content
GET
Retrieves stations

Authorizations

Authorization
string
header
required

OAuth2 Bearer Authorization

Query Parameters

controller_uuid
string

UUID of the Controller

Pattern: ^[a-f0-9]{8}\-[a-f0-9]{4}\-4[a-f0-9]{3}\-[89ab][a-f0-9]{3}\-[a-f0-9]{12}$
location_uuid
string

UUID of the Location

Pattern: ^[a-f0-9]{8}\-[a-f0-9]{4}\-4[a-f0-9]{3}\-[89ab][a-f0-9]{3}\-[a-f0-9]{12}$
limit
integer<int64>

Maximum number of items per page. Maximum value is 25.

Required range: 1 <= x <= 25
Example:

"10"

page
integer<int64>

Page number to retrieve (starting from 1).

Required range: x >= 1
Example:

"1"

Response

Station collection

stations
object[]
required

Stations

pagination
object

Pagination