TextItems
The text items controller.
| API | Description |
|---|---|
| GET api/textitems/{id} |
Retrieves a text item by its id. |
| POST api/textitems/select |
Returns the text items that match the provided criteria. |
| POST api/textitems/selectlatest |
Returns the latest version of text items that match the provided criteria. |
| POST api/textitems/selectlatest/{folderId} |
Returns the text items within a folder that match the provided criteria. |
| PUT api/textitems/{id} |
Updates a text item. |
| POST api/textitems/archive/{id} |
Archives a text item. |
| DELETE api/textitems/{id} |
Deletes a text item. |
| GET api/TextItems |
Gets all available text items. |
| POST api/TextItems |
Creates a new text item. |
ContentTypes
| API | Description |
|---|---|
| GET api/contenttypes/get |
Retrieves a list of all content types. |
| GET api/contenttypes/get/{id} |
Retrieves the content type with the given. |
Folders
The folder controller.
| API | Description |
|---|---|
| GET api/folders/{id} |
Gets the folder with the given id. |
| GET api/folders/children/{parentFolderId} |
Gets the child folders for the given parent folder. |
| GET api/folders/root/{tenantId} |
Gets the root folders for the current user. |
| GET api/folders/tenant/{tenantId} |
Gets all folders for the given tenant. |
| GET api/folders/currentTenant |
Gets all the folders for the current tenant. |
| GET api/folders/contenttype/{contentTypeId} |
Gets all folders with the given content type. |
| GET api/folders/parent/{parentId} |
Gets all folders with the given parent. |
| PUT api/folders/{id} |
Updates a folder. |
| DELETE api/folders/{id} |
Deletes a folder. |
| GET api/Folders |
Gets all available folders. |
| POST api/Folders |
Creates a new folder. |
Tags
The tags controller
| API | Description |
|---|---|
| POST api/tags/select |
No documentation available. |
| DELETE api/tags/DeleteForContentItem?contentId={contentId} |
No documentation available. |
| GET api/Tags/{id} |
No documentation available. |
| POST api/Tags |
No documentation available. |
| DELETE api/Tags/{id} |
No documentation available. |