v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Settings

Get User Settings

get/settings

Query parameters

user_idstring uuid
Example:123e4567-e89b-12d3-a456-426614174000

Optional User ID else defaults to current authenticated user

Response

List of settings for supplied user or current user if no user_id supplied

keystring required

The setting key/name

typestring

The type of value

valuestring required

The setting value

created_atstring

Created timestamp

modified_atstring

Updated timestamp

user_guidstring nullable

ID of user, or null if this is the customer-wide setting value

Example response

[
  {
    "key": "SpeedUnit",
    "type": "string",
    "value": "MetersPerSecond",
    "created_at": "2019-02-12 04:02:20",
    "modified_at": "2019-11-17 22:56:28",
    "user_guid": "460fbe83-515f-4467-b206-2a2a18b2270a"
  }
]