Skip to main content
GET
List Items

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
projectId
string
required

Query Parameters

navigatorPath
string
Required string length: 2 - 4096
Example:

"[{\"dimension\":\"finish\",\"valueKey\":\"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef\"}]"

filter
object
cursor
string
Required string length: 1 - 2048
limit
integer
Required range: 1 <= x <= 100
sortBy
enum<string>
Available options:
position,
createdAt,
updatedAt
sortOrder
enum<string>
Available options:
asc,
desc
categoryId
string
categoryIds
string[]
Required array length: 1 - 100 elements
groupBy
string
Allowed value: "category"
withSyncState
boolean
status
enum<string>
Available options:
new,
ready,
broken
navigatorAreaId
string
navigatorAreaScope
enum<string>
Available options:
direct,
subtree
navigatorCategoryId
string
navigatorSpecial
enum<string>
Available options:
unassigned,
extra

Response

200 - application/json
items
object[]
required
nextCursor
string | null
required
hasMore
boolean
required