Technical Metadata

Get Technical Metadata by Asset Id. Retrieve the Technical Metadata for a specific Asset in Tenovos. Because technical metadata attributes vary based on organization, industry standards, and file type, only one example is provided.

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

The Identifier of the asset in Tenovos.

Example: 4e428628-2537-40b5-91a4-5393cbf167df
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
200

Successful Request. Technical Metadata 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/technical-metadata/{assetId}
Request samples
Response samples
application/json
{
  • "tenovos_metadata": {
    },
  • "image_metadata": {
    }
}