Version: 2011.01.25

Krames StayWell External Web Service Documentation

This method has been deprecated.
Use version 2 ListCollections() method instead.

ListCollections Method

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>