Tenovos Search. The Search endpoint is used to search the system for any type of an object. For search against non-assets, such as Collections, Users, etc., please refer to the relevant section.
Successful Request. Search Results Returned.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
{- "searchTerm": "*",
- "includeDeleted": false,
- "includeVersions": true,
- "relevancy": false,
- "sortBy": {
- "attributeName": "Product Name",
- "order": "desc"
}, - "target": "metadata",
- "metadata": [
- "Product Name",
- "Product Category",
- "Campaign Name",
- "Campaign Year",
- "Published"
]
}{- "results": [
- {
- "createdBy": {
- "userId": "7d675ef0-f423-11e9-8071-89c0c405214e",
- "firstName": "Erlich",
- "lastName": "Bachman",
- "createdDate": "2023-11-12T13:14:15Z"
}, - "fileInformation": {
- "fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc",
- "fileName": "product-shot.tif",
- "fileState": "available",
- "originalFileId": "003391e4-e78a-4186-b2d7-b5d4fcbe445d",
- "presignedURL": "string"
}, - "assetInformation": {
- "id": "e6f4bd5e-9bea-43cb-b15e-22582fa5322e",
- "currentVersion": true,
- "objectType": "Asset",
- "metadataTemplate": {
- "id": "ea6eb24d-adef-4380-bd02-f64f567c437f",
- "name": "Product Asset"
}, - "securityTemplate": [
- {
- "id": "dfeb57c1-b149-4b15-920f-3f40ff0b959a",
- "name": "Restricted - Hooli Only"
}
], - "metadata": [
- {
- "id": "9d675ef1-a428-41e6-1072-99h0i40133bf",
- "name": "Product Name",
- "value": "Galvin Belson Signature Box III",
- "attributeType": "textbox"
}
]
}, - "renditions": {
}, - "relationships": {
- "isParent": true,
- "relatedAssets": {
- "count": 1,
- "linkedAssets": [
- {
- "id": "003391e4-e78a-4186-b2d7-b5d4fcbe445d",
- "fileName": "product-shot-1.tif",
- "relationshipType": "child"
}
]
}
}
}
], - "pagination": {
- "total": 1000,
- "before": "7140k9-44f",
- "after": "169677qp8-afe"
}
}