Sub Navigation
Comprehensive API using web services
There is an API available for edeptive?, covering everything which our admin system does (it uses this API) and everything our templates can do. This makes it possible for other systems to tap directly into the rich functionality available in edeptive. It's even possible for third parties to create entirely new admin interfaces. Here are a few of the basic webservice methods available:
- XmlDocument GetContentItem(int iModuleID, string iItemID, int iVersion, int iLanguageID)
- returns the requested content item in XML format - XmlDocument SaveContentItem(XmlDocument xmlContentItem)
- adds the given content item to the database (assuming correct privileges, etc) - XmlDocument GetContentItems(int iModuleID, string arrParentIDs, int iLanguageID)
- returns a collection of content items belonging to the requested sections of the site (specified by comma separated list of ParentIDs) - XmlDocument Search(string strKeywords)
- returns a collection of search results for the given keywords
If you are interested in making use of our API please contact us for full details and an account.