Get a list of supported mailing templates.
GET/:customerId/candidates/lookup/mailingtemplates
Get a list of supported mailing templates.
Request
Path Parameters
customerId uuidrequired
A unique UUID value that identifies the customer.
Header Parameters
X-MindKey-User-Language string
Default value: en-us
Specify User UI Language
X-MindKey-User-Culture string
Default value: en-us
Specify User UI Culture
X-MindKey-User-Timezone string
Default value: Europe/Copenhagen
Specify timezone.
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id stringnullable
description stringnullable
[
{
"id": "string",
"description": "string"
}
]
Bad request provided
Not Found
Internal Server Error
Loading...