search templates

Returns notification templates limited to 100.

Request query params

Pagination

fieldrequiredtypedescription
skip-numberPagination parameter to skip first n subscriptions from list, default = 0
limit-numberPagination parameter to limit output to n , default = 100 , maximum value = 1000
sortkey-stringSorting key parameter i.e. created_at
sortdirection-stringSorting order direction parameter ASC or DESC (DESC by default)

Filters

fieldrequiredtypedescription
html-booltrue or false
notification_event-stringEvent name
type-stringAllowed values: message, fields.

Other

fieldrequired[flow]typedescription
created_at.from-string(ISO 8601 format - yyyy-mm-ddThh:mm:ss.sssZ)Parameter to filter notifications date range. Format: ISO 8601 (yyyy-mm-ddThh:mm:ss.sssZ) or short type of date (yyyy-mm-dd) or specify time offsets from UTC (yyyy-mm-ddThh:mm:ss+hh:mm)
created_at.to-string(ISO 8601 format - yyyy-mm-ddThh:mm:ss.sssZ)Parameter to filter notifications date range. Format: ISO 8601 (yyyy-mm-ddThh:mm:ss.sssZ) or short type of date (yyyy-mm-dd) or specify time offsets from UTC (yyyy-mm-ddThh:mm:ss+hh:mm)
Language
URL