Skip to main content
GET
List email templates.

Query Parameters

isInvitation
boolean
offset
integer<int32>

The cursor used in pagination. This is the index of the first note to be returned.

limit
integer<int32>

The maximum number of notes to be returned. The default is 20.

sort_by
string

The property used to sort the notes by. The default is CreationDate.

Example:

"CreationDate"

order_by
string

The sorting direction for the returned notes. Accepted values: ASC, DESC. The default is DESC.

Response

200 - application/json

Notes returned

items
object[] | null
paginationSkipCount
integer<int32>
totalCount
integer<int32>

Gets or sets the total number of items that could be returned by this command (without pagination).