Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Content Management API 2.19.0

EPiServer Content Management API

ContentManagement

GET​/api​/episerver​/v2.0​/contentmanagement​/{contentGuid}
Get the content draft by given unique identifier and language.
PUT​/api​/episerver​/v2.0​/contentmanagement​/{contentGuid}
Updates the content item at the current location or create a new one if it doesn't exist.
DELETE​/api​/episerver​/v2.0​/contentmanagement​/{contentGuid}
Delete a content by unique identifier.
GET​/api​/episerver​/v2.0​/contentmanagement​/{contentReference}
Get a common draft of a content by given content reference and language.
POST​/api​/episerver​/v2.0​/contentmanagement​/{contentGuid}​/move
Move a content from its current location to another location.
POST​/api​/episerver​/v2.0​/contentmanagement​/{contentReference}​/move
Move a content from its current location to another location.
POST​/api​/episerver​/v2.0​/contentmanagement
Create a new content item.

Models

content
contentReference
language
patchContent
moveOptions