Custom Fields

Get custom fields with pagination

Retrieves custom fields (node attributes) with pagination support. Maximum 500 items per page.

get/v2/custom-fields

Query parameters

cursorNamestring

Pagination Cursor - Cursor provided by previous query. Used to fetch the next page of results

pageSizeinteger

Number of items per page (default: 50, min: 5, max: 500)

Response

Paginated list of custom fields

pageinteger
pageSizeinteger
countinteger
resultsobject[]

Changes

No recorded changes to this endpoint across all 2 revisions of this API.