GET api/Gallery/GetAllGallery
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GalleryName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Title": "sample string 2", "Name": "sample string 3" }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"Title":"sample string 2","Name":"sample string 3"},{"$ref":"1"}]