Overview
In this reference article, we will present the list of available Liquid content API requests that can be used for localization.
The official documentation from DNN for localization APIs has not been released yet, use this as an internal reference while the documentation is released.
Environment
- Evoq 9.2+
API list
- Description: Search for all Content Items in a specific language.
API usage: https://dnnapi.com/content/api/ContentItems/?language={CultureCode} - Description: Search for all Content Items in a specific language with keywords.
API usage: https://dnnapi.com/content/api/ContentItems/?language={CultureCode}&searchtext={keyword}
Note: You may add more common query strings as well. - Description: Get information for a specific variant of the content item. This same URL is used for PUT requests.
API usage: https://dnnapi.com/content/api/ContentItems/{id}/variants/{CultureCode}
Note: The API requests are case sensitive for the {CultureCode} being passed so es-ES will work but not es-es.
Related articles
Comments
0 comments
Please sign in to leave a comment.