Skip to main content

Get all the preferences for a single dealerAssociate


ApiScope: manage.dealerassociate.read
API Scope Level: DepartmentScope
Path Parameters
    user_uuid string required
    ServiceSubscriberDepartment string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    preferences object[]
  • Array [
  • keyName string
    value string
    promptType string
    possibleValues string
    description string
  • ]
GET /v2/department/:ServiceSubscriberDepartment/user/:user_uuid/preference/list

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
user_uuid — path required
ServiceSubscriberDepartment — path required
Accept
curl / cURL
curl -L -X GET '/manage/v2/department/:ServiceSubscriberDepartment/user/:user_uuid/preference/list' \
-H 'Accept: application/json'