_Article.getEditUrl(params)

Function to get an article edit URL.

Example Usage

{% set editArticleUrl = _Article.getEditUrl({'guid': 'd2c5396d-7741-4449-9d24-0d33de3pp530'}) %}

Parameters

ParameterRequiredDescription
guidyesGUID of the article

Response Example

http://network.cognitives.io/admin/article/edit?guid=123-ds-3232-3232

Response Description

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