GET api/v1/company/image

Pulls the list of company image assets for your company.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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"
  },
  {
    "id": 1,
    "url": "sample string 2",
    "assetType": "sample string 3",
    "source": "QEA=",
    "imageType": "sample string 4"
  }
]