GET api/blobs/{id}

Gets blob by unique ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string - ID. The ID can be found inside collections of BlobViewModel, which is returned by other view models. Examples: NewsViewModel, BookingViewModel

string

Required

Body Parameters

None.

Response Information

Resource Description

The blob if found

RangeRequest

None.

Response Formats

application/json, text/json

Sample:

Sample not available.