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
    • detail
      POST
    • seznam
      POST
    • uzivatelPodminkaOn
      POST
    • uzivatelPodminkaDelete
      POST
    • Uživatel - seznam mistrovství
      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í
    • 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

do titulu zbývá

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

Request

Path Params
id
integer 
required
identifikátor uživatele
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
IP adresa klienta (uživatele)
sid
string  | null 
optional
token uživatele (identifikátor přihlášení)

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

Responses

🟢200Success
application/json
Body
isOK
boolean 
required
message
string 
required
retMessageObject
object 
optional
jsonExternalData
string  | null 
optional
Example
{
    "isOK": true,
    "message": "string",
    "retMessageObject": {},
    "jsonExternalData": "string"
}
Modified at 2025-04-11 06:47:48
Previous
seznam titulů
Next
Uživatel - seznam titulů
Built with