Welcome to the Content Manager Web Service Documentation

Overview

The bulk of the web service documention is built into the ServiceAPI itself however this page gives an overview of how to use the .Net client libraries to connect to the ServiceAPI.

Setup

To use the clien libraries install the following two Nuget packages:

The ServiceModel may be paired with any Http/Json library however the most natural fit is the ServiceStack library used in these samples.

Samples

The samples repo contains examples of how to use the ServiceAPI Nuget package to builld a client application.