GET api/Lists/{id}
Gets 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 single list.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.