Umbraco Heartcore
CMSCloudDXP
  • What is Umbraco Heartcore?
    • Compare with Umbraco CMS
  • Versions and updates
  • Getting Started
    • API Browser
    • Backoffice Users and API Keys
    • Building a project from scratch
    • Environments
    • GraphQL Playground
    • Preview
    • The Umbraco Cloud Portal
    • Tour of the Backoffice
    • Using the Forms API
    • Webhooks
    • Deployment workflow
      • Content and media transfer / restore
      • Structure deployments
  • API Documentation
    • API Documentation
      • Rate Limits
    • Content Delivery
      • Content
      • Media
      • Redirect API
    • Content Management
      • Umbraco Forms
      • Languages
      • Content
        • Content Types
      • Media
        • Media Types
      • Members
        • Member Groups
        • Member Types
      • Relations
        • Relation Types
    • GraphQL API
      • Filtering and Ordering
      • Property Editors
      • Schema Generation
      • Persisted Queries
  • Backoffice
    • Custom Grid Editors
  • Client Libraries
    • Client Libraries
    • .NET Core Console Application
    • Node.js Client library
    • .NET Client library
      • MVC Sample
      • Content Management Sample
  • Tutorials
    • Custom Grid Editors
    • Querying with GraphQL
    • Creating content with media
  • Release Notes
    • February 2024
    • April 2024
    • August 2024
    • September 2024
    • April 2025
Powered by GitBook
On this page
  • Content endpoints
  • Content Type endpoints
  • Media endpoints
  • Media Type endpoints
  • Language endpoints
  • Member endpoints
  • Member Group endpoints
  • Member Type endpoints
  • Relation endpoints
  • Relation Type endpoints
  • Umbraco Forms endpoints

Was this helpful?

Edit on GitHub
Export as PDF
  1. API Documentation

Content Management

Documentation for Heartcore Content Management APIs

PreviousRedirect APINextUmbraco Forms

Last updated 1 year ago

Was this helpful?

This is the management API for creating, updating and deleting content, media, languages, relations, members and member groups. It also allows you to retrieve content drafts as well as Content Types, Media Types and Member Types.

Common for the Content Management API is that you must be authenticated and authorized when performing any action against the endpoints listed below. This means that you must supply a Bearer Token via an Authorization header or an API Key via an Authorization or Api-Key header.

Content endpoints for retrieving, creating, updating and deleting.

Content Type endpoints for retrieving all available and specific content types. We also expose endpoints for publishing and unpublishing content.

Media endpoints for retrieving, creating, updating and deleting.

Media Type endpoints for retrieving all available and specific media types.

Language endpoints for retrieving, creating, updating and deleting.

Member endpoints for retrieving, creating, updating and deleting. We also expose endpoints for adding a member to member group and removing a member group from a member.

Member Group endpoints for retrieving, creating and deleting.

Member Type endpoints for retrieving all available and specific member types.

Relation endpoints for retrieving, creating and deleting.

Relation Type endpoints for retrieving specific relation types.

Umbraco Forms endpoints for retrieving and submitting forms.

Content endpoints
Content Type endpoints
Media endpoints
Media Type endpoints
Language endpoints
Member endpoints
Member Group endpoints
Member Type endpoints
Relation endpoints
Relation Type endpoints
Umbraco Forms endpoints