Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

documentListName
string
required
viewName
string
required

Query Parameters

filter
string
sortBy
string
pageSize
integer<int32>
startIndex
integer<int32>
includeInactive
boolean

When {true}, performs an exhaustive search guaranteeing all matching documents are returned. Slower than the default on large lists. Returns HTTP 400 if the document list exceeds the configured maximum size threshold (default 100,000). Defaults to {false}, optimizing for speed.

responseFields
string

limits which fields are returned in the response body

Response

Success

items
object[] | null
pageCount
integer<int32>
pageSize
integer<int32>
startIndex
integer<int32>
subPaths
string[] | null
totalCount
integer<int32>