Get Available Languages
Get available languages.
Resource Information
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /studio
, please prefix the API URLs with this context.
HTTP Verb
|
GET
|
URL
|
/api/1/services/api/1/server/get-available-languages.json |
Response Formats
|
JSON |
Required Role
|
Example
GET .../api/1/services/api/1/server/get-available-languages.json
1 [
2 {
3 "id": "en",
4 "label": "English"
5 },
6 {
7 "id": "es",
8 "label": "español"
9 },
10 {
11 "id": "kr",
12 "label": "한국어"
13 }
14 ]
Response
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|