The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: ReferenceData/WebContentTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} | Test | |
Get a specific web content type. |
|||
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. |
|||
GET | Method: GetDataFor, URL: ReferenceData/WebContentTypes/Data?id={id} | Test | |
Gets potential values for a referenced WebContentType as a collection of WebContentTypeDataItem. |
|||
GET | Method: GetSummaries, URL: ReferenceData/WebContentTypes/Summary | Test | |
Get a summary representation of all web content types. |
|||
POST | Method: Create, URL: ReferenceData/WebContentTypes | Test | |
Create a Web Content Type. |
|||
PUT | Method: Update, URL: ReferenceData/WebContentTypes/{id} | Test | |
Update an existing Web Content Type. |
|||
DELETE | Method: Delete, URL: ReferenceData/WebContentTypes/{id} | Test | |
Delete an existing web content type with the provided id. |