Skip to content
Get an API key

GET /boards/{boardId}/outline

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

The board the way the product's own board scan reads it: sections with the items inside them in reading order, standalone items, and the connections between items. Every line carries the item id the Items endpoints take. JSON, or Markdown with Accept: text/markdown.

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

Response

200 · application/json
boardIdstring
titlestring
countsobject
sectionsobject[]
Child attributes
idstring
titlestring
countsobject
itemsOutlineNode[]
standaloneOutlineNode[]
Child attributes
idstring
typestring
titlestring
textstring
connectionsobject[]
Child attributes
idstring
fromstring | null
tostring | null
labelstring
directedboolean

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