Object Operations
Objects in Contendo Server can be created, retrieved, updated, and deleted through dedicated operations:
Name | Description |
---|---|
Create Object | Defines how new objects are created, including setting initial properties and content. |
Retrieve Objects | Covers different ways to fetch objects, including retrieving single objects, children of a folder, and more. |
Querying Objects | Search for objects via specified query. |
Update Object | Details updating object properties and modifying content. |
Delete Object | Explains how objects can be removed from the repository. |
Operations on objects require a clear way to identify the target object. This can be done using via objectId or via path. See Target Object for details on how to specify the correct object in requests.