...
The interface is part of our standard web service offering and can be found in our swagger documentation.
View file |
---|
name | swagger.yaml |
---|
height | 250 |
---|
|
Panel |
---|
|
Table of Contents |
---|
exclude | (Example response)|(Parameters) |
---|
|
|
...
Code Block |
---|
language | bash |
---|
title | Example request |
---|
|
curl -v -H "Authorization: Bearer <token>" \
"https://hurricane.umbrellanet.ch/uf-test/api/v1/reference-data/rail-card-types" |
Get language codes
Scopes | (none needed) |
---|
Endpoints | api/v1/reference-data/languages |
---|
Request method | GET |
---|
Fetch a list of known language codes
Code Block |
---|
language | bash |
---|
title | Example request |
---|
|
curl -v -H "Authorization: Bearer <token>" \
"https://hurricane.umbrellanet.ch/uf-test/api/v1/reference-data/languages" |