GET v1/nestedgalleries/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
NestedGalleryResourceName | Description | Type | Additional information |
---|---|---|---|
NestedGallery | NestedGalleryDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "nestedGallery": { "id": 1, "publicSiteId": 2, "parentGallery": 3, "innerGallery": 4 } }
application/xml, text/xml
Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs"> <NestedGallery> <Id>1</Id> <InnerGallery>4</InnerGallery> <ParentGallery>3</ParentGallery> <PublicSiteId>2</PublicSiteId> </NestedGallery> </Resources>