Get all installed languages

get

https://<servername>/api/boss/data/objects/ora/commonAppsInfra/objects/v1/languages/$views/installedLanguage

Gets all of the installed languages where the installed status isn't deleted, along with the language that matches the optional language code parameter.

Request

Query Parameters
  • Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
  • The resource collection will be queried using the specified filter condition.
  • Restricts the number of resource items returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resource items.
    Default Value: 25
  • Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.
    Default Value: 0
  • Orders a resource collection based on the specified fields. The parameter value is a comma-separated string of field names, each optionally followed by a colon and "asc" (default) or "desc".
  • The unique code of the language.

There's no request body for this operation.

Back to Top

Response

Default Response

Successful response of retrieving view installedLanguage for resource Languages
Body ()
Root Schema : languages_view-installedLanguage
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : languages_view-installedLanguage_item-response
Gets all of the installed languages where the installed status isn't deleted, along with the language that matches the optional language code parameter.
Match All
Show Source
Nested Schema : languages_item-response
Match All
Show Source
Nested Schema : Language
Type: object
Title: Language
The languages list of values resource is used to query the list of languages.
Show Source
Nested Schema : __busObj_context
Type: object
Show Source
Nested Schema : languages_item-response-allOf[2]
Type: object
Show Source
Nested Schema : languages_view-installedLanguage_item-response-allOf[1]
Type: object
Show Source
Nested Schema : activationStatus
Match All
Show Source
  • Title: Language Activation Status
    Read Only: true
    The activation status of the language.
  • Allowed Values: [ "ACTIVE", "NONE", "PENDING" ]
Nested Schema : installed
Match All
Show Source
  • Title: Language Installed
    Read Only: true
    Indicates if the language is installed.
  • Allowed Values: [ "I", "B", "D" ]
Nested Schema : $context
Type: object
Show Source
Nested Schema : languages-_translations
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : languages-_translations-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : languages-_translations_item-response
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.LanguageTranslation_item
Type: object
The translation of the language list of values resource.
Show Source
Back to Top