Get stations
GET {{baseUrl}}/api/v1/stations?page=0&pageSize=20&sortField=<string>&sortDirection=<string>&search=<string>
Get all stations
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Number of page that is fetched. Default value is zero. | |
pageSize | number | Size of page that is fetched. Default value is 20. | |
sortField | string | Sort field on which sorting to be performed. | |
sortDirection | string | Sort direction for sorting. | |
search | string | Search string that is to be filtered by. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"number":97588795,"numberOfElements":-32726268,"size":-32633036,"totalElements":-98889501,"totalPages":-54646631,"totalCount":5363501}