GET objects/{id}/previews/{preview_id}/thumbnail

Gets the thumbnail of the preview and object with the specified identifiers.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier of the object.

integer

Required

preview_id

The identifier of the preview.

integer

Required

Body Parameters

None.

Response Information

Resource Description

ObjectPreviewViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

ImageUrl

string

None.

ThumbnailUrl

string

None.

SelfUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "imageUrl": "sample string 2",
  "thumbnailUrl": "sample string 3",
  "selfUrl": "sample string 4"
}