Assets by Metadata Template

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.

SecurityOAuth2
Request
path Parameters
metadataTemplateId
required
string <uuid> = 36 characters

The Identifier of the Metadata Template in Tenovos.

Example: 196100ac-4eec-4fb6-a7f7-86c8b584771d
query Parameters
before
string or null [ 12 .. 36 ] characters

The cursor value returned by Tenovos to retrieve the previous page of results. If the before parameter is used, the after parameter cannot be used.

Example: before=196100ac-4ee
after
string or null [ 12 .. 36 ] characters

The cursor value returned by Tenovos to retrieve the next page of results. If the after parameter is used, the before parameter cannot be used.

Example: after=16969100ac-4ef
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
200

Successful Request. List of Assets Returned.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

get/assets/metadata-template/{metadataTemplateId}
Request samples
Response samples
application/json
{}