Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 543 Bytes

API_info.md

File metadata and controls

48 lines (25 loc) · 543 Bytes

API info

Požadavek

GET /api

Odpověď

Přehled všech dostupných API verzí

200 OK

[{"ApiVersion":"3.12.0","ApplicationVersion":"1.32.625.2","BaseUrl":"api/3"}]

Požadavek

GET /api/3

Odpověď

Informace o API (v tomto případě verze 3)

200 OK

{"ApiVersion":"3.12.0","ApplicationVersion":"1.32.625.2","BaseUrl":"api/3"}

Chyby

při POST

405 Method Not Allowed {"Message":"The requested resource does not support http method 'POST'."}