| GET | /{iid}/content | Retrieve a batched collection of content objects. | 
| DELETE | /{iid}/content/{uuid} | Deletes a content object. | 
| GET | /{iid}/content/{uuid} | Retrieve one content object. | 
| PUT | /{iid}/content/{uuid} | Create/update a content object. | 
| PATCH | /{iid}/content/{uuid} | Update specific attributes of a content object. | 
| GET | /{iid}/content/{uuid}/info | Get additional information about a content object. | 
| GET | /{iid}/content/{uuid}/related_links | Get the links related to a content object. | 
| GET | /{iid}/content/{uuid}/tags | Get all tags for a content object. | 
| GET | /{iid}/content/{uuid}/tags/{predicate} | Get the tags for a content object that represent a specific tag/content relationship, defined by 'predicate'. | 
| GET | /{iid}/content/{uuid}/slots | Get the settings of a content object's slots. | 
| GET | /{iid}/content/{uuid}/slots/{slot_uuid} | Retrieve settings of one specific slot. | 
| PUT | /{iid}/content/{uuid}/slots/{slot_uuid} | Create/update the information of a slot. | 
| DELETE | /{iid}/content/{uuid}/slots/{slot_uuid} | Deletes a slot. | 
| GET | /{iid}/content/{uuid}/slots/{slot_uuid}/media | Get the media of the slot. | 
| POST | /{iid}/content/{uuid}/slots/{slot_uuid}/media | Create new media inside a specific slot of a content object. | 
| PUT | /{iid}/content/{uuid}/slots/{slot_uuid}/media | Create/update the media inside the slot. | 
| GET | /{iid}/content/{uuid}/path_history | Get the path history of a content object. | 
| POST | /{iid}/content/{uuid}/path_history | Create new path history entry for the content object. | 
| PUT | /{iid}/content/{uuid}/path_history | Create/update the path_history of the content object. |