Integration Your Way - (800) 235-7250
RSSBus for SharePoint V3
Questions / Feedback? spListItems

spListItems

Lists the items in the specified list. If filter is not specified the operation will list only the items seen in the default View. Use ViewName, or CAML query to see more items.

Required Parameters

listThe name (or id) of the list.

Optional Parameters

fieldsComma separated list of item fields that should be included in the results. Use [ALL] to list all available fields.
siteurlThe absolute url of the target web site. The siteurl must be provided if you need to work out of SharePoint.
filterThe filter used to search the items. Use 'filtertype' to specify the type of filter.
recurseDetermines if to traverse subfolder tree to get items. The allowed values are: true, false.
filtertype'ViewName' indicates an exsiting SPView to be used as the filter(for instance, filter=ALL Items). 'QueryString' indicates CAML query string to be used as the filter, please refer to http://msdn.microsoft.com/en-us/library/ms467521.aspx for more information). 'Expression' indicates DataColumn expressions to be used as the filter(for instance, filter=ID>5, refer to http://msdn.microsoft.com/en-us/library/system.data.datacolumn.expression.aspx for more information). The allowed values are: ViewName, QueryString, Expression.
outputitemurlsDetermines whether to output the item The allowed values are: TRUE, FALSE.

Output Attributes

sp:titleThe title of the item.
sp:idThe ID of the item.
sp:modifiedbyThe person who modified the item.
sp:createdbyThe person who created the item.
sp:createdThe date when the item was created.
sp:modifiedThe date when the item was modified.
sp:versionThe version of the item.
sp:contenttypeThe content type of the item.


 
Copyright © 2013 RSSBus Inc.
[x] close

Questions / Feedback?


Name:
Email:
Feedback:
Send Feedback