Content API

The fully documented content delivery and management API of your RESTful service is created dynamically when you create your service. The API documentation of each service contains information about the types that you have included in your service, for both built-in and dynamic types.

You can access it on demand via the User Interface of your Sitefinity CMS instance.

To access the Content service API, you need to:

  1. Setup a RESTful service.
    For more information, see Setup a service.
  2. In Sitefinity CMS backend, navigate to Administration » Web services.
  3. Locate the service that you have created and click its Use in your app link.
    In the left pane, you can see all the types that are included in your web service.
  4. Click a type to display all available information for each type of request.
    The information includes query string, URI parameters, resource description, resource format, and more.

Following is a sample snippet of the GET Images API:

RESTful

NOTE: You can also access the API documentaion via /<route-URL>/<your-service-URL>/sfhelp

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?

Next article

Media API