Find component by ID
Returns a component with given ID
Path parameters
ID of component to return
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/activeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/isGlobalto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/logoto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/applicationUidto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
data/accessbecame optional for the status200response-property-became-optional
- ▲
the response property
data/descriptionbecame optional for the status200response-property-became-optional
- ▲
the response property
data/descriptorbecame optional for the status200response-property-became-optional
- ▲
the response property
data/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
- ▲