Skip to content
Get an API key

GET /boards/{boardId}/items

Updated 16 Sep 20262 min read
GET/boards/{boardId}/itemsTry it
Basehttps://api.mockflow.com/v1Scopesboards:read

Every item on the board in z-order, flat: sections contain items by position, which sectionId reports. Add include=data to get each item's decoded content.

Authorization

Authorizationstringheaderrequired

Bearer <key>. The key needs boards:read scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.

Path parameters

boardIdstringpathrequired

Query parameters

typestringquery

Filter by item type. Comma separate several.

sectionIdstringquery

Only items inside this section, or none for items in no section.

groupIdstringquery
qstringquery

Substring match on item text.

includeenum<string>query

data to include each item's decoded content. One of data.

cursorstringquery

Opaque cursor from a previous response's nextCursor.

limitintegerquery

Defaults to 50.

Response

200 · application/json
nextCursorstring | null
hasMoreboolean
dataItem[]
Child attributes
idstring
typestring

An ItemType, or other for an editor widget the API has no type for.

componentTypestring

The editor's own class name, exact where type is a family.

boardIdstring
sectionIdstring | null

The section the item sits inside, by position.

groupIdstring | null
positionPoint
sizeSize
rotationnumber
zIndexinteger
lockedboolean
textstring

Plain text extracted from the item, for search and the outline.

readbackenum<string>

One of exact, unwrapped, text, pointer, parts or none.

dataItemData

Selected by the sibling type. One schema per item type, generated from the component registry.

fromstring | null

Connectors only: the item or group: the line starts at.

tostring | null

Connectors only.

directedboolean

Connectors only.

labelstring

Connectors only.

urlstring

Opens the board focused on this item.

Errors

429rate_limited

Too many requests.

Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft