GET api/lists/{listId}/contenttypes
Gets all content types belonging to a list.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| listId |
The Id of the List |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of content types.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.