Get all assets
Retrieves all assets present in the system.
Request
URI
GET
https://{api_host}/component-registry/api/assets
COPY
Responses
200
successful operation
Returns AssetResources of type(s) */*
{
"links": [
{
"rel": "string",
"href": "string"
}
],
"content": [
{
"id": "string",
"assetInfo": {
"scopeId": "string",
"product": {
"name": "string",
"id": "string",
"family": {
"name": "string",
"version": "string"
},
"editionKey": "string",
"suiteName": "string"
},
"instanceId": "string"
}
}
]
}