GET objects/{id}/previews/{preview_id}
Gets the preview of the object with the specified identifier.
Request Information
URI Parameters
Name | Description | Type | Additional 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
ObjectPreviewViewModelName | Description | Type | Additional 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" }