Returns blocks

get/api/v1/blocks

Query parameters

parent_idstring

ID of parent block, omit to specify all blocks

typestring

Type of blocks to return, omit to specify all types

Response

success

createAtinteger required

The creation time

deleteAtinteger

The deleted time. Set to indicate this block is deleted

fieldsobject

The block fields

idstring required

The id for this block

modifiedBystring required

The id for user who last modified this block

parentIdstring

The id for this block's parent block. Empty for root blocks

rootIdstring required

The id for this block's root block

schemainteger required

The schema version of this block

titlestring

The display title

typestring required

The block type

updateAtinteger required

The last modified time

Changes