GET api/v1/company/image/{id}

Pulls the details for the image asset with the passed in identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

CompanyImage
NameDescriptionTypeAdditional information
Id

integer

None.

Url

string

None.

AssetType

string

None.

Source

Collection of byte

None.

ImageType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "url": "sample string 2",
  "assetType": "sample string 3",
  "source": "QEA=",
  "imageType": "sample string 4"
}