GET api/lists/{listId}/contentTypesExtended?listItemId={listItemId}&subListItemUrl={subListItemUrl}
Gets all content types belonging to a list with extended parameters
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| listId |
The list identifier. |
globally unique identifier |
Required |
| listItemId |
The list item identifier. |
string |
Required |
| subListItemUrl |
The sub list item URL. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
the content types for the List matching the specified parameters
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.