Retrieves a list of cards associated with a specific station ID.

SecurityBearer
Request
path Parameters
stationId
required
string

The identifier of the station for which the cards are to be retrieved.

Responses
200

Returns the list of cards associated with the specified station ID.

400

If the request parameters are invalid.

500

If there is an internal server error while processing the request.

get/api/cards-by-station/{stationId}
Request samples
Response samples
application/json
[
  • {
    }
]