Get stations

GET {{baseUrl}}/api/v1/stations?page=0&pageSize=20&sortField=<string>&sortDirection=<string>&search=<string>

Get all stations

Request Params

KeyDatatypeRequiredDescription
pagenumberNumber of page that is fetched. Default value is zero.
pageSizenumberSize of page that is fetched. Default value is 20.
sortFieldstringSort field on which sorting to be performed.
sortDirectionstringSort direction for sorting.
searchstringSearch string that is to be filtered by.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;number&quot;:97588795,&quot;numberOfElements&quot;:-32726268,&quot;size&quot;:-32633036,&quot;totalElements&quot;:-98889501,&quot;totalPages&quot;:-54646631,&quot;totalCount&quot;:5363501}