get http://{{url}}/v1/notifications/templates
Returns notification templates limited to 100.
Request query params
Pagination
| field | required | type | description |
|---|---|---|---|
| skip | - | number | Pagination parameter to skip first n subscriptions from list, default = 0 |
| limit | - | number | Pagination parameter to limit output to n , default = 100 , maximum value = 1000 |
| sortkey | - | string | Sorting key parameter i.e. created_at |
| sortdirection | - | string | Sorting order direction parameter ASC or DESC (DESC by default) |
Filters
| field | required | type | description |
|---|---|---|---|
| html | - | bool | true or false |
| notification_event | - | string | Event name |
| type | - | string | Allowed values: message, fields. |
Other
| field | required[flow] | type | description |
|---|---|---|---|
| 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) |
