Skip to main content
GET
Retrieves stations

Authorizations

Authorization
string
header
required

OAuth2 Bearer Authorization

Query Parameters

controller_id
integer<int32>

ID of the controller

location_id
integer<int32>

ID of the location

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