GET api/lists/{listId}/defaultcontenttypes

Gets all content types belonging to a list.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.