v1
latestOpenAPI 3.0.02026-07-24900287.5 KBSettings
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
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"
}
]