Get Langs

GET {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/env/langs?type=

Returns the non-deleted languages available for this instance. A type query parameter may be provided which can be the following values: - active (only returns non-deleted, activated languages) - all (returns all languages, including deleted ones)

Request Params

KeyDatatypeRequiredDescription
typenullOPTIONAL: limit the type of languages returned. Values are as follows:
  • active = retrieves only langs that are set as active
  • all = retrieves all langs including inactive and deleted

If omitted, it will default to retrieving both active and inactive except deleted langs. |