Web Service
Lists
Supported Operations
Note: Links in the Operation column will show you more details for the operation, including examples, if available. Links in the MSDN Documentation column will take you to the SDK on MSDN for that operation.
| Operation | Options | MSDN Documentation | Introduced |
| AddList | [webURL], listName, description, templateID | Lists.AddList Method | 0.2.9 |
| CheckInFile | pageUrl, comment, CheckinType | Lists.CheckInFile Method | 0.4.0 |
| CheckOutFile | pageUrl, checkoutToLocal, lastmodified | Lists.CheckOutFile Method | 0.4.0 |
| DeleteList | [webURL], listName | Lists.DeleteList Method | 0.2.9 |
| GetAttachmentCollection | [webURL], listName, ID | Lists.GetAttachmentCollection Method | 0.2.6 |
| GetList | [webURL], listName | Lists.GetList Method | 0.2.3 |
| GetListAndView | [webURL], listName, viewName | Lists.GetListAndView Method | 0.2.9 |
| GetListCollection | [webURL] | Lists.GetListCollection Method | 0.2.3 |
| GetListContentType | [webUrl], listName, contentTypeId | Lists.GetListContentType Method | 0.4.8 |
| GetListContentTypes | [webUrl], listName* | Lists.GetListContentTypes Method | 0.4.8 |
| GetListItems | [webURL], listName, CAMLViewFields, CAMLQuery, CAMLRowLimit, CAMLQueryOptions | Lists.GetListItems Method | 0.2.3 |
| UpdateList | listName, listProperties, newFields, updateFields, deleteFields, listVersion | Lists.UpdateList Method | 0.4.6 |
| UpdateListItems | [webURL], listName, updates, [batchCmd, valuepairs, ID] | Lists.UpdateListItems Method | 0.2.3 |
* Note that the SDK says that
contentTypeId is a required parameter for
GetListContentTypes. It is not, and in fact it is ignored if present.