REST API Resources
base URL: /api/1
Cache
| Resource | Description |
|---|---|
| GET cache/clear_all | clear all cache scopes |
| GET cache/clear | clear a scope |
| GET cache/remove | remove an item and its children if applicable |
Content Store
| Resource | Description |
|---|---|
| GET content_store/begin_session | begin a session in content store |
| GET content_store/end_session | end a session in content store |
| GET content_store/descriptor | get a descriptor from content store |
| GET content_store/item | get an item from content store |
| GET content_store/children | get a list of child items at the given location from content store |
| GET content_store/tree | get a tree of items at the given location from content store |