Try our conversational search powered by Generative AI!

Basic Content Management API

Fixed in

EPiServer.ContentManagementApi 2.20.0

(Or a related package)

Created

Feb 09, 2021

Updated

Jun 22, 2022

State

Closed, Acceptance tests pass


Description

The Content Management API (CMA) adds RESTful endpoints for managing content objects, useful for pushing external content to the content management system.

CMA shares formats with the Content Delivery API (CDA), but has access to unpublished content using common drafts.

Capabilities of the CMA include

  • Create new object using POST
  • Update specific properties using PATCH
  • Upsert entire object using PUT
  • Get unpublished common draft
  • Publish object
  • Move object
  • Trash or Delete object

Please see the Content Management API developer guide on Episerver World for documentation and examples.