Users
Get user's preference
Get the user drive preference ex: notification, date-format, list order etc...
get/2/drive/preferences
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Response
OK
Example response
{
"result": "success",
"data": {
"date_format": "DD/MM/YYY"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.