GET api/Lists/{listId}/GetFieldSchema?contentType={contentType}
Get the field schema for a list's item
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| listId |
The id of the list to generate the schema from |
globally unique identifier |
Required |
| contentType |
Filter the fields by content type. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Returns a json schema matching the lists fields.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.