Search FormPages

This endpoint lets you return a list of Form Page records or search for one or more Form Page records based on one or more parameters.

📘

Required roles

  • FormPage-List

Learn more about Form Pages in our Knowledge Base.

🚧

A note about listings

Listings return the same data structure that single-record GET requests but, for performance reasons, may not have all properties populated. You should always use the "GET one" or "GET multiple" request types to fetch all properties of a record, specially if you plan to make updates to it.

Do not update a record based on the result you obtained from this request type.

Query Params
int32
Defaults to 1

The page of Form Page records to retrieve

int32
Defaults to 25

The number of Form Page records to include in each page

string

The property by which to sort the results

string

The direction in which Form Page records will be sorted

int32

Filters Form Page records by Business.

int32

Filters Form Page records by CrmBoardColumn.

int32

Filters Form Page records by Responsible.

string

Filters Form Page records by Name.

string

Filters Form Page records by Description.

boolean

Filters Form Page records by Active.

string

Filters Form Page records by UniqueId.

string

Filters Form Page records by SystemId.

date-time

Sets the minimun date/time value for UpdatedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for UpdatedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the minimun date/time value for CreatedOn.
Use YYYY-MM-DDTHH:mm format

date-time

Sets the maximum date/time value for CreatedOn.
Use YYYY-MM-DDTHH:mm format

Language
Credentials
OAuth2
Authenticate
Click Try It! to start a request and see the response here!