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
    • uživatel
      • založení / aktualizace
      • seznam mistrovství
      • detail
      • smazání
    • detail
    • seznam
    • uzivatelPodminkaOn
    • uzivatelPodminkaDelete
  • 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
      • OP příloha - veřejnost
      • OP příloha - smazání
      • aktualizace OP
      • smazání OP
      • detail OP
    • detail
    • seznam
    • najdi
    • name
    • signatury
  • sekce
    • detail
    • seznam
  • svitek
    • detail
    • historieknihy
  • titul
    • uživatel
      • detail
      • seznam titulů
      • založení / aktualizace
      • smazání
    • seznam titulů
    • do titulu zbývá
  • 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

importQueueHistory

POST
https://api.orlipera.cz/uzivatel/importQueueHistory/
Vrátí seznam všech importů

Request

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/uzivatel/importQueueHistory/' \
--form 'onlyRunning=""' \
--form 'token=""' \
--form 'client="www"' \
--form 'ip=""' \
--form 'sid=""'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": 0,
        "uid": 1,
        "op": 0,
        "opTotal": 0,
        "opPrc": 0,
        "evidence": 0,
        "evidenceTotal": 0,
        "evidencePrc": 0,
        "mistrovstvi": 0,
        "mistrovstviTotal": 0,
        "mistrovstviPrc": 0,
        "tituly": 0,
        "titulyTotal": 0,
        "titulyPrc": 0,
        "vytvoreno": {
            "date": "string",
            "timezone_type": 0,
            "timezone": "string"
        },
        "zmeneno": {
            "date": "string",
            "timezone_type": 0,
            "timezone": "string"
        },
        "start": {
            "date": "string",
            "timezone_type": 0,
            "timezone": "string"
        },
        "Deleted": {
            "date": "string",
            "timezone_type": 0,
            "timezone": "string"
        },
        "konec": false,
        "notify": true
    }
]
Modified at 2025-01-11 18:59:00
Previous
importAddQueue
Next
importDeleteQueue
Built with