GET api/v1/company/image/{id}
Pulls the details for the image asset with the passed in identifier.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Ghostery.Privacy.Common.Objects.Company.CompanyImageName | Description | Type | Additional 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" }