Preview article

POST {{baseUrl}}/api/v1/articles/preview

This API shows a preview of help articles, through which you can check the content for formatting, alignment, and grammar/spelling errors and get the look and feel of the help article even before publishing it.

OAuth Scope

  • Desk.articles.UPDATE

Attributes

Attribute NameData TypeDescription
title (required)<String>
The title of Solution
answer (required)<String>
The answer part of Solution

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;answer&quot;:&quot;\u003cdiv\u003eDemo for article preview\u003cbr /\u003e\u003c/div\u003e\u003cdiv\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. \u003cbr /\u003e\u003c/div\u003e&quot;,&quot;title&quot;:&quot;Demo for article preview&quot;}