When you are running a website, you often need to manage content data in fine detail, such as tracking the views of articles, or modifying other properties of documents in specific scenarios.AnQiCMS (AnQiCMS) provides powerful API interfaces, making these operations possible.This article will introduce you in detail on how to use these interfaces to increase the document view count or update other fields.
Understand the API interaction mode of AnqiCMS
In AnQi CMS, the operations on document data are mainly divided into retrieval (read) and writing (creation/modify).For reading data, there are usually dedicated interfaces; while for writing or modifying data, the design of Anqi CMS provides a flexible but attention should be paid to integrity, especially through the "import" function to achieve the overlay update of existing data.