You can create an alias for a single document by linking it in the Content Tree.
Once an alias is created, it is possible to switch out the document that's connected to that alias.
Path Parameters
Name
Type
Description
alias
string
The alias slug
myAliasName
string
The name of the alias (API Id)
Headers
Name
Type
Description
Authorization
string
Provide the API Key in the Authorization Header. For GET requests it can be provided as path parameter.
Provide the API Key in the Authorization Header. For GET requests it can be provided as path parameter.
Document Collections work almost the same as the All Documents endpoint. The key difference is, that collections come a predefined set of documents, matching certain characteristics. These filters can be set in the Comfortable Web Application.
For more info on Collections, see the following page:
Provide the API Key in the Authorization Header. For GET requests it can be provided as path parameter.
When querying documents, addembedAssets=true as URL parameter or as a query option to include assets by default. This eliminates the need to perform single asset queries and reduces the number of API calls.
See Example