GET api/v1/gallery
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ApiGalleryName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
title | string |
None. |
|
text | string |
None. |
|
html | string |
None. |
|
imgs | Collection of ApiImage |
None. |
|
url | string |
None. |
|
visiblehp | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "title": "sample string 2", "text": "sample string 3", "html": "sample string 4", "imgs": [ { "title": "sample string 1", "text": "sample string 2", "url": "sample string 3" }, { "title": "sample string 1", "text": "sample string 2", "url": "sample string 3" } ], "url": "sample string 5", "visiblehp": true }, { "id": 1, "title": "sample string 2", "text": "sample string 3", "html": "sample string 4", "imgs": [ { "title": "sample string 1", "text": "sample string 2", "url": "sample string 3" }, { "title": "sample string 1", "text": "sample string 2", "url": "sample string 3" } ], "url": "sample string 5", "visiblehp": true } ]