Skip to main content

Get Mobile Platforms for Dealer Associate


ApiScope: manage.dealerassociate.read
API Scope Level: DepartmentScope
Path Parameters
    ServiceSubscriberDepartment string required
    dealerAssociate_uuid 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
    platforms string[]
GET /v2/departments/:ServiceSubscriberDepartment/dealerAssociates/:dealerAssociate_uuid/platforms

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDepartment — path required
dealerAssociate_uuid — path required
Accept
curl / cURL
curl -L -X GET '/manage/v2/departments/:ServiceSubscriberDepartment/dealerAssociates/:dealerAssociate_uuid/platforms' \
-H 'Accept: application/json'