GET objects/{id}/previews

Gets a list of previews of the object with the specified identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier of the object.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of 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"
  },
  {
    "id": 1,
    "imageUrl": "sample string 2",
    "thumbnailUrl": "sample string 3",
    "selfUrl": "sample string 4"
  }
]