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
apiKey
Request
This endpoint expects an object.
parent_object_id
The ID of the parent object that owns the dynamic fields.
cursor
An optional paging cursor (ObjectID). If provided, returns items after this ID.
limit
Maximum number of items per page.
Response
A page of dynamic fields owned by the object.
data
A list of results.
nextCursor
Cursor for fetching the next page.
hasNextPage