This Method returns a complete list of all collections licensed to the client. It is on the Collections.svc service.
Parameter names: none
For example:
http://external.ws.staywell.com/[SiteName]/Collections.svc/ListCollections
Sample Response XML:
<?xml version="1.0" encoding="utf-8"?>
<CollectionList xmlns="http://ws.staywell.com">
<Collection>
<RootSubtopicId>2</RootSubtopicId>
<CollectionName>HealthInk</CollectionName>
</Collection>
<Collection>
<RootSubtopicId>3</RootSubtopicId>
<CollectionName>Krames</CollectionName>
</Collection>
</CollectionList>