Skip to content

Get an asset

Request

Retrieves a single enriched asset by its ID.

Path
idinteger, (int64)required
curl -i -X GET \
  'https://uberall.com/api/dam/assets/{id}'

Responses

OK

Bodyapplication/json
idinteger, (int64)required
namestringrequired
descriptionstring or null
dateCreatedstring, (date-time)required
dateUpdatedstring, (date-time)required
typestringrequired
Value:"SOCIAL_POST_TEMPLATE"
locationIdsArray of integers or null, (int64)
businessIdsArray of integers or null, (int64)
excludedLocationIdsArray of integers or null, (int64)
locationGroupIdsArray of integers or null, (int64)
startDatestring, (date-time)required
endDatestring or null, (date-time)
statusstringrequired
Enum:"HIDDEN""VISIBLE"
folderIdinteger or null, (int64)
templateobjectrequired
usageCountinteger, (int32)required
Response
{ "id": 0, "name": "string", "description": "string", "dateCreated": "2019-08-24T14:15:22Z", "dateUpdated": "2019-08-24T14:15:22Z", "type": "SOCIAL_POST_TEMPLATE", "locationIds": [ 0 ], "businessIds": [ 0 ], "excludedLocationIds": [ 0 ], "locationGroupIds": [ 0 ], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "status": "HIDDEN", "folderId": 0, "template": { "id": 0, "isStoreLocator": true, "postType": "string", "title": "string", "description": "string", "url": "string", "author": {}, "directories": [], "photos": [], "photoList": [], "callToActions": [], "videos": [], "tiktokInteractionSettings": {} }, "usageCount": 0 }