Skip to main content

Get all Manual Templates for a given department Uuid

Get all Manual Templates for a given department Uuid
ApiScope: manage.department.read
API Scope Level: DepartmentScope

Path Parameters
    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
    templates object[]
  • Array [
  • title string
    template string
    updateTs string
    uuid string
  • ]
GET /v2/departments/:ServiceSubscriberDepartment/manualTemplates

Authorization

name: basicAuthtype: httpscheme: basic

Request

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