List items
GET /boards/{boardId}/items
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
AuthorizationstringheaderrequiredBearer <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
boardIdstringpathrequiredQuery parameters
typestringqueryFilter by item type. Comma separate several.
sectionIdstringqueryOnly items inside this section, or none for items in no section.
groupIdstringqueryqstringquerySubstring match on item text.
includeenum<string>querydata to include each item's decoded content. One of data.
cursorstringqueryOpaque cursor from a previous response's nextCursor.
limitintegerqueryDefaults to 50.
Response
nextCursorstring | nullhasMorebooleandataItem[]Child attributes
idstringtypestringAn ItemType, or other for an editor widget the API has no type for.
componentTypestringThe editor's own class name, exact where type is a family.
boardIdstringsectionIdstring | nullThe section the item sits inside, by position.
groupIdstring | nullpositionPointsizeSizerotationnumberzIndexintegerlockedbooleantextstringPlain text extracted from the item, for search and the outline.
readbackenum<string>One of exact, unwrapped, text, pointer, parts or none.
dataItemDataSelected by the sibling type. One schema per item type, generated from the component registry.
fromstring | nullConnectors only: the item or group: the line starts at.
tostring | nullConnectors only.
directedbooleanConnectors only.
labelstringConnectors only.
urlstringOpens the board focused on this item.
Errors
rate_limitedToo many requests.