Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Locale

GET /locale

Retrieve a list of RFC 5646 language codes. An Application can have many locales supported.

Parameters

in name type required description
query application_uuid string false Check each locale against the given Application to see if it is currently in use by the Application, returned by the is_selected attribute.
query status string: DEVELOPMENT, REVIEW, PRODUCTION false Only match against the given application_uuid in the provided status. This parameter is only available for vendors with SHAID admin access; For non-admins, the value of this parameter will always be PRODUCTION.

Response: 200

Locales retrieved! The request was successful and the locales are returned in the response body.

Schema

  • (object)
  • meta (object) (optional)
    • request_id (string) A unique ID for the request
    • code (int32) The HTTP status code of the response
    • message (string) A readable summary of the request result
  • data (object) (optional)
    • locales (unspecified type) (optional)

Response: 400

Invalid request. The request is either missing data, has invalid data, or has conflicting data. See the response body for more details.

Schema

N/A

Response: 500

Internal server error.

Schema

N/A

View on GitHub.com
Previous Section Next Section