Web Content Types

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/WebContentTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get a specific web content type.
GET Method: Get, URL: ReferenceData/WebContentTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get a specific web content type.

GetAll ReferenceData/WebContentTypes?filter={filter}&maintenanceMode={maintenanceMode} Get all web content types. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/WebContentTypes?filter={filter}&maintenanceMode={maintenanceMode} Test

Get all web content types. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetDataFor ReferenceData/WebContentTypes/Data?id={id} Gets potential values for a referenced WebContentType as a collection of WebContentTypeDataItem.
GET Method: GetDataFor, URL: ReferenceData/WebContentTypes/Data?id={id} Test

Gets potential values for a referenced WebContentType as a collection of WebContentTypeDataItem.

GetSummaries ReferenceData/WebContentTypes/Summary Get a summary representation of all web content types.
GET Method: GetSummaries, URL: ReferenceData/WebContentTypes/Summary Test

Get a summary representation of all web content types.

Create ReferenceData/WebContentTypes Create a Web Content Type.
POST Method: Create, URL: ReferenceData/WebContentTypes Test

Create a Web Content Type.

Update ReferenceData/WebContentTypes/{id} Update an existing Web Content Type.
PUT Method: Update, URL: ReferenceData/WebContentTypes/{id} Test

Update an existing Web Content Type.

Delete ReferenceData/WebContentTypes/{id} Delete an existing web content type with the provided id.
DELETE Method: Delete, URL: ReferenceData/WebContentTypes/{id} Test

Delete an existing web content type with the provided id.