API Orlí Pera.cz
  1. titul
API Orlí Pera.cz
  • Průvodní info
  • client
    • logo
      POST
    • kontakty
      POST
    • rights
      POST
  • koralky
    • detail
      POST
    • seznam
      POST
    • najdi
      POST
  • loze
    • detail
      POST
    • seznam
      POST
  • mistrovstvi
    • Uživatel
      • Založení / aktualizace
      • Seznam mistrovství
      • Detail
    • detail
      POST
    • seznam
      POST
    • uzivatelPodminkaOn
      POST
    • uzivatelPodminkaDelete
      POST
  • newsletter
    • Úvod
    • admin
      • delete
      • detail
      • labels
      • list
      • save
      • sent
      • preview
    • uživatel
      • addUser
      • confirm
      • registr
      • unsubscribe
      • view
      • removeUser
  • organizace
    • seznam
      POST
  • orlipero
    • Uživatel
      • Seznam OP
      • Příloha data
      • Založení OP
      • Uložení přílohy
      • OP přílohy
      • OP příloha - veřejnost
      • OP příloha - smazání
      • Aktualizace OP
      • Smazání OP
      • Detail OP
    • detail
      POST
    • seznam
      POST
    • najdi
      POST
    • name
      POST
    • signatury
      POST
  • sekce
    • detail
    • seznam
  • svitek
    • detail
    • historieknihy
  • titul
    • seznam titulů
      POST
    • do titulu zbývá
      POST
    • Uživatel - seznam titulů
      POST
  • urop
    • stats
      • ng-analyza
      • vciny
    • cleni
  • uzivatel
    • avatar
    • avatar save
    • avatar/list
    • detail
    • detail - save
    • isLogged
    • login
    • logout
    • password
    • registr
    • resetPsw
    • getLlmExternalId
    • setLlmExternalId
    • importAddQueue
    • importQueueHistory
    • importDeleteQueue
    • serpa
    • uzivatel zakladní statistika
  1. titul

Uživatel - seznam titulů

POST
https://api.orlipera.cz/titul/uzivatelSeznam/{id}
seznam titulů

Request

Path Params

Body Params multipart/form-data

Request Code 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/uzivatelSeznam/' \
--form 'token=""' \
--form 'client="www"' \
--form 'viewType="VL"' \
--form 'ip=""' \
--form 'sid=""'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "uzivatel": {
            "id": 0,
            "uid": 0,
            "titulId": 0,
            "datum": {
                "date": "string",
                "timezone_type": 0,
                "timezone": "string"
            },
            "vytvoreno": {
                "date": "string",
                "timezone_type": 0,
                "timezone": "string"
            },
            "nacelnik": "string",
            "pismak": "string",
            "misto": "string",
            "snem": "string",
            "poznamka": "string",
            "aktivni": true,
            "externalId": 0
        },
        "titul": {
            "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"
                }
            }
        }
    }
]
Modified at 2025-04-11 06:47:31
Previous
do titulu zbývá
Next
ng-analyza
Built with