The REST service that comes with Kentico CMS is a great resource for any project that needs to extend the functionality of deleting and updating content through a programmatic interface. This service has a ton of great features that allow for content retrieval, document manipulation, and object data retrieval, all of which simplify interacting with the system from an external application. While we have used the service to return document information many times in the past, I recently had the requirement to return document attachment info, as well. REST Service to the rescue!
This guide will
↧