Skip to main content
GET
Get presentation templates.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filter[id]
string

Filter presentation templates by their unique identifier

Example:

"6421a8905c17830c188e2e2f"

search[name]
string

Search presentation templates by name (partial match)

Example:

"presentation"

sort
enum<string>

Sort order for the results. Prefix with "-" for descending order

Available options:
id,
-id,
createdAt,
-createdAt,
updatedAt,
-updatedAt
Example:

"-createdAt"

page[size]
number

Number of items to return per page (1-100)

Required range: 1 <= x <= 100
Example:

10

page[before]
string

Cursor for pagination - return items before this ID value

Example:

"6421a8905c17830c188e2e2f"

page[after]
string

Cursor for pagination - return items after this ID value

Example:

"6421a8905c17830c188e2e30"

Response

List of presentation templates.

data
object[]
required
meta
object
errors
object[]