API Orlí Pera.cz
  1. koralky
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
    • detail
      POST
    • seznam
      POST
    • najdi
      POST
    • name
      POST
    • signatury
      POST
  • sekce
    • detail
    • seznam
  • svitek
    • detail
    • historieknihy
  • titul
    • seznam titulů
    • do titulu zbývá
    • Uživatel - seznam titulů
  • 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. koralky

detail

POST
https://api.orlipera.cz/koralky/detail/{id}
Detail korálkového činu

Request

Path Params
id
string 
required
kód korálkového činu
Example:
noci_v_prirode
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/koralky/detail/noci_v_prirode' \
--form 'token=""' \
--form 'client="www"' \
--form 'viewType="VL"' \
--form 'ip=""' \
--form 'sid=""'

Responses

🟢200Success
application/json
Body
id
integer 
required
svetlo
string 
required
kod
string 
required
nazev
string 
required
zneni
string  | null 
optional
koralek1
string 
required
koralek2
string 
required
koralek3
string 
required
poznamka
string  | null 
optional
poznamka_obrazek
string  | null 
optional
zneniHTML
string 
required
typ
string 
required
obrazek
string  | null 
optional
bade64 obrázek
Example
{
    "id": 0,
    "svetlo": "string",
    "kod": "string",
    "nazev": "string",
    "zneni": "string",
    "koralek1": "string",
    "koralek2": "string",
    "koralek3": "string",
    "poznamka": "string",
    "poznamka_obrazek": "string",
    "zneniHTML": "string",
    "typ": "string",
    "obrazek": "string"
}
Previous
rights
Next
seznam
Built with