GET api/Lists/{id}/Views
Gets the Views for the List with the specified id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The Id of the List |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of Views.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.