GET

Read Language

Get language details.

Important

Calls to this method must include the cookie .LawPanel.AuthCookie in order to identify you at user level. For more details about authentication please check this link. To obtain the cookie you can use the method Login.

Request URL

Request parameters

string

The language ID.

Request headers

string
Subscription key which provides access to this API.

Response 200

  • string id: Language ID.
  • string name: A human readable name for the language.
  • string short_name: Abbreviation for the language name.
  • bool is_available_for_ui: If true means that language can be selected as UI language on our web UI.

Loading...
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "short_name": {
      "type": "string"
    },
    "is_available_for_ui": {
      "type": "boolean"
    }
  }
}
* See getting started for more information on how to use this API. You can also check the API change history.