API Orlí Pera.cz
  1. uzivatel
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
    • seznam
    • uzivatelPodminkaOn
    • uzivatelPodminkaDelete
    • Uživatel - seznam mistrovství
  • newsletter
    • Úvod
    • admin
      • delete
      • detail
      • labels
      • list
      • save
      • sent
      • preview
    • uživatel
      • addUser
      • confirm
      • registr
      • unsubscribe
      • view
      • removeUser
  • organizace
    • seznam
  • orlipero
    • Uživatel
      • Seznam OP
      • Příloha data
      • Založení OP
      • Uložení přílohy
      • OP přílohy
    • detail
    • seznam
    • najdi
    • name
    • signatury
  • 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
      POST
    • avatar save
      POST
    • avatar/list
      POST
    • detail
      POST
    • detail - save
      POST
    • isLogged
      POST
    • login
      POST
    • logout
      POST
    • password
      POST
    • registr
      POST
    • resetPsw
      POST
    • getLlmExternalId
      POST
    • setLlmExternalId
      POST
    • importAddQueue
      POST
    • importQueueHistory
      POST
    • importDeleteQueue
      POST
    • serpa
      POST
    • uzivatel zakladní statistika
      POST
  1. uzivatel

avatar save

POST
https://api.orlipera.cz/uzivatel/avatar/
Detail přihlášeného uživatele.

Request

Query Params
action
enum<string>  | enum<null> 
optional
Musí mít hodnotu save
Allowed value:
save
Default:
avatar
Body Params multipart/form-data
fileName
string 
required
pokud je akce typu save - název souboru
fileData
string 
required
pokud je akce typu save -base64 obsah souboru
fileType
string 
required
pokud je akce typu save - mimetype
token
string 
required
Default:
{{token}}
client
enum<string> 
optional
Allowed values:
wwwandroid
Default:
www
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/uzivatel/avatar/?action' \
--form 'fileName=""' \
--form 'fileData=""' \
--form 'fileType=""' \
--form 'token=""' \
--form 'client="www"' \
--form 'ip=""' \
--form 'sid=""'

Responses

🟢200OK
application/json
UzivatelDC
Body
data
string 
required
base64 obsah souboru
type
string 
required
mime type
Example
{
    "data": "string",
    "type": "string"
}
Previous
avatar
Next
avatar/list
Built with