List templates
GET/api/v1/notifications/templates
List templates with optional filtering and pagination.
Parameters
skipCount(integer, optional, default: 0): Number of records to skipmaxResultCount(integer, optional, default: 20, max: 100): Maximum records to returnchannelType(string, optional): Filter by channel typetags(string[], optional): Filter by tags
Responses
200 OK: Templates retrieved successfully.400 Bad Request: Invalid pagination parameters.
Request
Responses
- 200
- 400
Templates retrieved successfully
Bad Request