_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

ParameterRequiredDescription
guidyesGUID of the article

Response Example

http://network.cognitives.com.au/2016/10/18/61/article-absolute-url

Response Description

SuccessError
Absolute URL of the article.If invalid GUID is passed then system throws an exception with message "Article not found".