Skip to main content
GET
/
api
/
apps
/
beta
/
apps
/
{appId}
/
thumbnail
/
metadata
Get App Thumbnail Metadata
curl --request GET \
  --url https://api.example.com/api/apps/beta/apps/{appId}/thumbnail/metadata \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "contentType": "<string>",
  "etag": "<string>",
  "sizeBytes": 123,
  "updatedAt": 123,
  "filename": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

appId
string
required

The id of the app to retrieve the thumbnail metadata for.

Response

Success

contentType
string
required
etag
string
required
sizeBytes
number
required
updatedAt
number<epoch>
required
filename
string