getTemplates method

  1. @override
Future<DataPage<MessageTemplateV1>> getTemplates (
  1. String correlationId,
  2. FilterParams filter,
  3. PagingParams paging
)
override

Gets a page of templates retrieved by a given filter.

  • correlationId (optional) transaction id to trace execution through call chain.
  • filter (optional) a filter function to filter items
  • paging (optional) paging parameters Return Future that receives a data page Throws error.