Search Locale

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/locale
API call form
Examples

Locale can be associated to entities such as Users, Organizations or Authorization tokens to set the default language for that specific entity. E.g. Associating a locale to a user will make sure that dashboards for that user are opened in a specific language. Associating a locale to an organization will set a default locale for all users in that organization.

Each user can fetch locales of the platform.

Parameters
Expand all Reset
find *OBJECTrequired
where OBJECT
search OBJECT
include ARRAY[OBJECT]
attributes ARRAY[STRING]
order ARRAY
limit NUMBER
offset NUMBER
Can be executed by:
Anonymous
Logged-in User
Can be associated to:
User
Organization
Authorization
Share
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "count": 1,
  "rows": [
    {
      "id": "en-US",
      "description": "English (United States)",
      "created_at": "2022-04-15T11:05:33.407Z",
      "updated_at": "2022-04-15T11:05:33.407Z"
    }
  ]
}