Skip to main content
GET
List Domino Official Extension install options

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

limit
integer

The maximum number of results to return. Use 0 for no limit (default).

Required range: x >= 0
offset
integer

The number of results to skip before starting to collect the result set.

Required range: x >= 0
sort_by
enum<string>

The field to sort by. By default, results are sorted by display name. The field to sort the official extension installs list by.

Available options:
installDisplayName
order_by
enum<string>

The order to sort results in. By default, results are sorted in ascending order. The order that the list of Extensions is sorted in.

Available options:
asc,
desc

Response

Success

degraded
boolean
required

True when GitHub was unreachable. The list contains only extensions with existing install records and availableVersions will be empty.

meta
object
required
officialExtensionInstalls
object[]
required
degradationReason
string | null

Why the list is degraded. Only present when degraded is true.