- Průvodní info
- client
- koralky
- loze
- mistrovstvi
- newsletter
- organizace
- orlipero
- sekce
- svitek
- titul
- urop
- uzivatel
seznam titulů
POST
https://api.orlipera.cz/titul/seznam/
Request
Body Params multipart/form-data
token
string
required
Default:
{{token}}
client
enum<string>
optional
Allowed values:
wwwandroid
Default:
www
viewType
enum<string>
optional
Allowed values:
VLMLLSNG
Default:
VL
ip
string | null
optional
sid
string | null
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.orlipera.cz/titul/seznam/' \
--form 'token=""' \
--form 'client="www"' \
--form 'viewType="VL"' \
--form 'ip=""' \
--form 'sid=""'
Responses
🟢200Success
application/json
Body
array of:
id
integer
required
poradi
integer
required
titul
string
required
loze
object (LozeDC)
required
id
integer
required
nazev
string
required
zkratka
string
required
popis
string | null
optional
maxVek
integer
required
aktivni
boolean
required
symbol
string
required
symbolData
string
required
text
string | null
optional
aktivni
boolean
required
podminky
object
required
podminkySvetlo
object
required
opNavic
object
required
text
object
required
uzivatelTitul
optional
Any of
id
integer
required
datum
object
DateTime
Example
[
{
"id": 0,
"poradi": 0,
"titul": "string",
"loze": {
"id": 0,
"nazev": "string",
"zkratka": "string",
"popis": "string",
"maxVek": 0,
"aktivni": true
},
"symbol": "string",
"symbolData": "string",
"text": "string",
"aktivni": true,
"podminky": {
"podminkySvetlo": {
"1": {
"svetlo": 0,
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
},
"2": {
"svetlo": 0,
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
},
"3": {
"svetlo": 0,
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
},
"4": {
"svetlo": 0,
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
}
},
"opNavic": {
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
},
"text": {
"text": "string",
"note": "string"
}
},
"uzivatelTitul": {
"id": 0,
"datum": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
}
}
}
]