Довідник API
/- Браузер
- Відкритий API
/
Get time zone and languag...
Return the time zones and languages available for an operating system.
Security
OpenApiBearer
POST
curl -i -X POST \
https://api.morelogin.com/env/base/list \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"os": 1
}'Success. Empty lists are returned as empty arrays.
Operation request ID. This field may be present when the request passes through the API gateway.
Example:"1d4f3ea968664593860b94b35d4ebf5e"
Response
{ "code": 0, "msg": null, "data": { "time_zone_list": [ … ], "language_list": [ … ] }, "requestId": "1d4f3ea968664593860b94b35d4ebf5e" }