Skip to main content

Fetch all dealer associate group purpose types


ApiScope: manage.dealerassociate.group.purpose.read
API Scope Level: ServiceSubscriberScope
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    purposeDtoList object[]
  • Array [
  • key The key which is a unique identifier for a group purpose type. Can only contain lowercase characters and "-","_"
    name The name for the group purpose type
    authorities object[]
  • Array [
  • authority string
    description string
  • ]
  • uuid string
  • ]
GET /v2/purpose/list

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Accept
curl / cURL
curl -L -X GET '/manage/v2/purpose/list' \
-H 'Accept: application/json'