Get File Languages LOV (Upload section)
Use this API to get the list of languages for a service.
API
/cemli/v1/customers/{supportIdentifier}/services/{serviceType}/languages
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can get the file languages only for your customer support identifier and service type.
- You can use CEMLI Metadata API only if your customer has opted-in for CEMLI functionality.
Headers
- Authorization: Bearer <Token>
Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).
- Identifier: <JWKS Identifier>
Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.
Base Path
/cemli/v1/
Dependency
Functionality
- This API fetches the languages for a service identified by Customer Support Identifier (CSI) and
serviceType
. - The values returned contain both the base language and NLS languages.
Verb
GET
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
supportIdentifier |
Path parameter | Customer Support Identifier (CSI) | Yes |
serviceType |
Path parameter | Service type (For example, EBSO, EBSZ, or EBSI) | Yes |
Sample response
[
"US",
"AR",
"GB",
"PTB"
]