POST api/Photo/GetAlbumTheme
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AlbumThemeName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
Type | string |
None. |
|
Theme | Collection of Theme |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "sample string 1", "Type": "sample string 2", "Theme": [ { "ThemeID": "sample string 1", "ThemeName": "sample string 2" }, { "ThemeID": "sample string 1", "ThemeName": "sample string 2" } ] }, { "ID": "sample string 1", "Type": "sample string 2", "Theme": [ { "ThemeID": "sample string 1", "ThemeName": "sample string 2" }, { "ThemeID": "sample string 1", "ThemeName": "sample string 2" } ] } ]