Get all active locales for a repository
get
/repositories/{id}/availableLocales
Request
Path Parameters
-
id(required): string
The unique identifier of the repository object, probably FBA17E28CAAB4A7387A44BEE77240E33.
Query Parameters
-
limit: integer(int32)
Minimum Value:
0Maximum number of locales to return. -
offset: integer(int32)
Minimum Value:
0Zero-based index of the first locale to return.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
OK
Root Schema : ResultListBOExtendsLocaleKeyBO
Type:
Show Source
object-
count: integer
(int32)
-
hasMore(required): boolean
Title:
Has MoreDefault Value:falseBoolean indicating whether or not the collection contains more items than were returned in this request. Defaults to false. -
items(required): array
Items
Title:
ItemsThe collection of of the requested resources meeting your criteria. -
limit(required): integer
(int32)
Title:
LimitThe number of items this result is limited to. Used in conjunction with offset for pagination. -
links: array
Links
Title:
LinksREST API canonical and/or collection links for this Singular Resource -
offset(required): integer
(int32)
Title:
OffsetThe item index at which this resultset starts. Used in conjunction with limit for pagination.
Nested Schema : Items
Type:
arrayTitle:
ItemsThe collection of of the requested resources meeting your criteria.
Show Source
-
Array of:
object LocaleKeyBO2
Documentation for BO mode: LocaleKeyBO:
Localized Name of the Locale is currently NOT provided (i.e. The word Japanese is always in Japanese and never localized in say Arabic.)
Nested Schema : Links
Type:
arrayTitle:
LinksREST API canonical and/or collection links for this Singular Resource
Show Source
Nested Schema : LocaleKeyBO2
Type:
objectDocumentation for BO mode: LocaleKeyBO:
Show Source
Localized Name of the Locale is currently NOT provided (i.e. The word Japanese is always in Japanese and never localized in say Arabic.)
-
active: boolean
-
dateAdded: string
(date-time)
-
dateFormat: string
-
dateFormatDisplay: string
-
dateModified: string
(date-time)
-
encoding: string
-
groupDefault: boolean
-
links: array
Links
Title:
LinksRead Only:trueREST API canonical and/or collection links for this Singular Resource -
localeCode: string
-
localeDesc: string
Title:
Locale DescRead Only:trueMaximum Length:100The description about the language and country that the Locale object represents. -
localeValue: integer
(int32)
-
recordId: string
Title:
Record IdThe unique identifier of the Locale object. -
supportsAI: boolean
Title:
Supports AIFlag indicating whether this locale supports AI features. -
timeFormat: string
-
timeFormatDisplay: string
Nested Schema : Links
Type:
arrayTitle:
LinksRead Only:
trueREST API canonical and/or collection links for this Singular Resource
Show Source