Custom Objects List

GET

Lists custom objects.

Query parameters

leaf_typestringRequired

Leaf type to filter.

cursorstringOptional

The cursor to resume iteration from. If not provided, then iteration starts from the beginning.

filterstringOptional

List of filters to apply.

limitintegerOptional

The maximum number of items.

mode"after" or "before"Optional

The iteration mode to use, otherwise if not set, then “after” is used.

Allowed values: afterbefore
sort_bystringOptional

The list of fields to sort the items by and how to sort them.

Response

This endpoint returns an object.
resultlist of objects

The custom objects.

next_cursorstringOptional

The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.

prev_cursorstringOptional

The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.