These examples all use the iCM API worker. They show how to create articles and media items, search for content, and export object data.
Create an Article using the iCM API Worker
In this example you'll find out how an article can be created from a form submission.
Create a Media Item using the iCM API Worker
This form takes an uploaded file and saves it as a media item in iCM. Files are created from references to files stored by the filestore worker.
Searching for iCM Content
This form uses the iCM API to search for articles, then displays the results using a Handlebars template.
Advanced Searching with CSSearchMultiple
iCM's CSSearchMultiple class provides access to the SOLR search engine. These articles expand upon the API documentation to look at faceting, grouping, and various location-based searches.