Retrieve all components
Retrieve all components from the repository.
Query parameters
The amount of components per page returned. Defaults to 50.
The number of the page to be returned. Defaults to 1.
Response
successful operation
Example response
{
"data": [
{
"name": "My Component",
"description": "My Component",
"access": "public",
"applicationUid": "3f57d4cc-9a6b-40c9-8db6-0657c116e97c",
"logo": "https://my-component.com/logo.png",
"distribution": {
"type": "docker",
"image": "openintegrationhub/email",
"registrySecretId": "5b62c919fd98ea00112d52e7"
},
"owners": [
{
"id": "123",
"type": "user"
}
]
}
]
}Changes
Changed in 4 of the 11 revisions of this API.48
- ○
added the optional property
data/items/activeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/isGlobalto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/logoto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/applicationUidto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
data/items/accessbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/descriptionbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/descriptorbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/ownersbecame optional for the status200response-property-became-optional
- ○
the endpoint scheme security
api_keywas removed from the APIapi-security-removed
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
the
accessresponse's property default valueprivatewas added for the status200response-property-default-value-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲