_Article.getArticleUrl(params)
Function to get the absolute URL of an article.
Example Usage
{% set articleUrl = _Article.getArticleUrl({'guid': 'd2c5396d-7741-4449-9d24-0d33de3pp530'}) %}
Parameters
Parameter | Required | Description |
---|---|---|
guid | yes | GUID of the article |
Response Example
http://network.cognitives.com.au/2016/10/18/61/article-absolute-url
Response Description
Success | Error |
---|---|
Absolute URL of the article. | If invalid GUID is passed then system throws an exception with message "Article not found". |
Updated almost 5 years ago