SuiSui API Endpoints

suix_getDynamicFields

Returns a paginated list of dynamic field objects owned by a specified parent object ID. Dynamic fields allow objects to store flexible, extensible key-value mappings.

Path parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
parent_object_idstringRequired
The ID of the parent object that owns the dynamic fields.
cursorstringOptional

An optional paging cursor (ObjectID). If provided, returns items after this ID.

limitintegerOptional
Maximum number of items per page.

Response

A page of dynamic fields owned by the object.
datalist of objects
A list of results.
nextCursorstring or null
Cursor for fetching the next page.
hasNextPageboolean