search templates for given department and string
search templates for given department and string
Path Parameters
departmentUUID string required
application/json
Request Body required
templateSearchContext string
locale string
templateType string
limit int32
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
templateDTOList object[]
requestUuid string
errors object[]
warnings object[]
{
"templateDTOList": [
{
"protocol": "string",
"isManual": true,
"title": "string",
"body": "string",
"dealerUuid": "string",
"departmentUuid": "string",
"locale": "string",
"uuid": "string",
"isSmartTemplate": true
}
],
"requestUuid": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/template/search
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/template/search' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateSearchContext": "string",
"locale": "string",
"templateType": "string",
"limit": 0
}'