List

GET

Get a list of all Prompts.

Query parameters

pageintegerOptional

Page number for pagination.

sizeintegerOptional

Page size for pagination. Number of Prompts to fetch.

namestringOptional

Case-insensitive filter for Prompt name.

user_filterstringOptional

Case-insensitive filter for users in the Prompt. This filter matches against both email address and name of users.

sort_byenumOptional

Field to sort Prompts by

Allowed values: created_atupdated_atname
order"asc" or "desc"Optional

Direction to sort by.

Allowed values: ascdesc

Response

This endpoint returns an object.
recordslist of objects

Base type that all File Responses should inherit from.

Attributes defined here are common to all File Responses and should be overridden in the inheriting classes with documentation and appropriate Field definitions.

pageinteger
sizeinteger
totalinteger

Errors