Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

API Get languages

Elena edited this page Apr 5, 2021 · 2 revisions

Description

Use this operation to view the interface languages in which the UI panels and tasks can be written.

Operation

Endpoint Method Description
/api/language/all GET Get all available interface languages.

Request parameters

Empty body.

Request example in Postman

Response

Array of language keys.

Response example

[
  { "key":"en" },
  { "key":"ru" },
]

Clone this wiki locally