Skip to main content

Get list of automated template for a dealer


ApiScope: manage.dealer.read
API Scope Level: DealerScope
Path Parameters
    ServiceSubscriberDealer string required
Query Parameters
    feature_key string
    only_freemarker boolean
    only_settingsTab boolean
    type_template string
    template_typeName string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    templates object[]
  • Array [
  • template string
    templateTypeUuid string
    locale string
    templateType string
    templateTypeName string
    templateTypeDesc string
    featureCategory string
    updateTs string
    isSmartTemplate boolean
    resourceUuid string
    uuid string
  • ]
GET /v2/dealer/:ServiceSubscriberDealer/automatedTemplates

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDealer — path required
feature_key — query
only_freemarker — query
only_settingsTab — query
type_template — query
template_typeName — query
Accept
curl / cURL
curl -L -X GET '/manage/v2/dealer/:ServiceSubscriberDealer/automatedTemplates' \
-H 'Accept: application/json'