Skip to main content

List templates

GET 

/api/v1/notifications/templates

List templates with optional filtering and pagination.

Parameters

  • skipCount (integer, optional, default: 0): Number of records to skip
  • maxResultCount (integer, optional, default: 20, max: 100): Maximum records to return
  • channelType (string, optional): Filter by channel type
  • tags (string[], optional): Filter by tags

Responses

  • 200 OK: Templates retrieved successfully.
  • 400 Bad Request: Invalid pagination parameters.

Request

Responses

Templates retrieved successfully