v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Reporting

Retrieve specific asset report

This endpoint allows you to retrieve a human readable report for a specific asset in the DAM. The report will include all the metadata of the asset.

get/v7/analytics/api/v1/report/asset/{assetId}

Path parameters

assetIdstring required
Example:CD729A10-9101-47C7-9D14FA2E14CF28D9

Asset id.

Response

Successful response

assetIdstring
namestring
descriptionstring
isArchivedboolean
typestring
auditstring
copyrightstring
isLimitedboolean
datePublishedstring date-time
isRemovedboolean
idHashstring
phashstring
userCreatedstring
dateCreatedstring date-time
userModifiedstring
dateModifiedstring date-time
isWatermarkedboolean
isPublicboolean
metapropertiesobject

Example response

{
  "assetId": "CD729A10-9101-47C7-9D14FA2E14CF28D9",
  "name": "Asset 2",
  "description": "Asset 2 description",
  "type": "image",
  "audit": "ACCEPTED",
  "datePublished": "2019-03-31T23:55:21.000+00:00",
  "idHash": "792e23855f02cdcb",
  "phash": "56033317620",
  "userCreated": "4BE80C1E-D8FF-4104-8CF774F06B1E60CE",
  "dateCreated": "2019-03-31T23:59:40.000+00:00",
  "userModified": "00000000-0000-0000-0000000000000000",
  "dateModified": "2020-12-04T21:18:27.000+00:00",
  "metaproperties": {
    "metaproperty_1": "option3",
    "metaproperty_2": "option2, option1",
    "metaproperty_3": ""
  }
}