Skip to main content

Get all the features 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
    features object[]
  • Array [
  • key string
    name string
    description string
    signUpUrl string
    informationUrl string
    email string
    uuid string
    category string
  • ]
GET /v2/department/:ServiceSubscriberDepartment/user/:user_uuid/feature/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/feature/list' \
-H 'Accept: application/json'