Skip to main content
GET
List the library technical installation catalog (grouping/adoption pickers)

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1
Required range: 0 < x <= 9007199254740991
pageSize
integer
default:50
Required range: 0 < x <= 1000
countOnly
boolean

When true, answers totalCount with an empty data: the rows are never read, so no extend is selected and no transform runs. For a badge or a counter.

Example:

true

extend
any[]

No extend options available for this route.

orderBy
object[]

Case-insensitive search across nameFr, nameEn and nameDe.

Maximum string length: 200
Example:

"lobby"

whereIncludeArchived

When true, also returns archived catalog entries.

Example:

true

Response

Default Response

data
object[]
required
totalCount
integer
required
Required range: 0 <= x <= 9007199254740991
pagination
object
required