Use this endpoint to get a list of assets by metadata template. Results are returned 50 at a time. Use the cursor to retrieve the next batch of 50 on each call after the initial call.
Successful Request. List of Assets 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.
{- "results": [
- {
- "id": "1f9dbc8e-41ea-4e11-add1-e13a989dd780",
- "createdBy": {
- "userId": "7d675ef0-f423-11e9-8071-89c0c405214e",
- "firstName": "Erlich",
- "lastName": "Bachman",
- "createdDate": "2023-11-12T13:14:15Z"
}, - "currentVersion": true,
- "fileInformation": {
- "fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc",
- "fileName": "product-shot.tif",
- "fileState": "available",
- "originalFileId": "003391e4-e78a-4186-b2d7-b5d4fcbe445d",
- "presignedURL": "string"
}, - "lastUpdatedBy": "7d675ef0-f423-11e9-8071-89c0c40133ds",
- "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"
}
}