Collection.GetViews
August 10, 2015
Description
Gets a list of views for a particular collection
Required parameters
CollectionID
Returns
A list of the views that is currently in the system for a particular collection.
Example request url
https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=Collection.GetViews&CollectionID=1008
Example response
<?xml version="1.0" encoding="utf-8" ?> <CollectionGetViewsResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Result>Success</Result> <ViewList> <View> <ViewID>801</ViewID> <CollectionID>801</CollectionID> <Name>All ZipCodes</Name> <Description>All items in the ZipCodes collection.</Description> </View> </ViewList> </CollectionGetViewsResponse>