GET horizon/v1/administration/images
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Milenio3.Horizon.Dto.Entities.Configuration.ImageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RowData | Collection of byte |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RowData": "QEA=",
"Id": 1
},
{
"RowData": "QEA=",
"Id": 1
}
]