API Orlí Pera.cz
  1. organizace
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. organizace

seznam

POST
https://api.orlipera.cz/organizace/seznam/
Seznam organizací

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

Responses

🟢200Success
application/json
Body
array of:
id
integer 
required
idParent
integer 
required
kod
string 
required
nazev
string 
required
ico
string  | null 
optional
dic
string  | null 
optional
url
string  | null 
optional
aktivni
boolean 
required
externalId
integer  | null 
optional
Example
[
    {
        "id": 0,
        "idParent": 0,
        "kod": "string",
        "nazev": "string",
        "ico": "string",
        "dic": "string",
        "url": "string",
        "aktivni": true,
        "externalId": 0
    }
]
Previous
removeUser
Next
Seznam OP
Built with