Download a User-Defined Hub Record Image
GET {{base_url}}/UDIC/:InfocenterArea/:UDIC_UID/photo
NOTE: This returns an image in byte format. You'll need to decode the response accordingly.
Use this endpoint to download and retrieve an image file associated with a user-defined hub record.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
size | string | Optional. | |
The size of the associated image. | |||
NOTE: | |||
Use this query parameter to download an image with a specific size. The options are: |
- original (the actual size of the image uploaded)
- detail (600x600)
- thumbnail (120x120) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
"[\r\n {\r\n \"{{The file content with a detail (120x120) size.}}\"\r\n }\r\n]"