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 Name | Data Type | Description |
---|---|---|
title (required) | <String> | The title of Solution |
answer (required) | <String> | The answer part of Solution |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"answer":"\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","title":"Demo for article preview"}