Get an item
GET /boards/{boardId}/items/{itemId}
Geometry, where it sits, and data decoded per the type's readback.
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
boardIdstringpathrequireditemIdstringpathrequiredResponse
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 | nullpositionPointChild attributes
xnumberrequiredynumberrequiredsizeSizeChild attributes
widthnumberheightnumberrotationnumberzIndexintegerlockedbooleantextstringPlain 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
not_foundThe resource does not exist or the token cannot see it.
rate_limitedToo many requests.