Get a list of all possible salutations |
GET |
online |
Boolean (NULL) |
Flag for salutations used at homepage
(true = online, false = offline, NULL = all)
|
List[Salutation] |
https://webapi.tmw.at/salutation
|
Get a list of all possible salutations by specified language |
GET |
language_id |
int |
Primary-Key of Language |
List[Salutation] |
https://webapi.tmw.at/salutation?language_id=2
|
online |
Boolean (NULL) |
Flag for salutations used at homepage
(true = online, false = offline, NULL = all)
|
Get a salutation by it's primary key |
GET |
id |
Int |
Primary-Key of Salutation |
Salutation |
https://webapi.tmw.at/salutation?id=2
|