rolling_stock
Get a rolling stock by Id
get/rolling_stock/{rolling_stock_id}
Path parameters
rolling_stock_idinteger required
Response
The requested rolling stock
Example response
{
"supported_signaling_systems": [
{
"brake_params": {
"gamma_emergency": {
"boundaries": [
8.333333,
19.444444
],
"values": [
0.5,
0.6,
0.5
]
},
"gamma_normal_service": {
"boundaries": [
8.333333,
19.444444
],
"values": [
0.5,
0.6,
0.5
]
},
"gamma_service": {
"boundaries": [
8.333333,
19.444444
],
"values": [
0.5,
0.6,
0.5
]
},
"k_dry": {
"boundaries": [
8.333333,
19.444444
],
"values": [
0.5,
0.6,
0.5
]
},
"k_n_neg": {
"boundaries": [
8.333333,
19.444444
],
"values": [
0.5,
0.6,
0.5
]
},
"k_n_pos": {
"boundaries": [
8.333333,
19.444444
],
"values": [
0.5,
0.6,
0.5
]
},
"k_wet": {
"boundaries": [
8.333333,
19.444444
],
"values": [
0.5,
0.6,
0.5
]
}
}
}
]
}