Get Draft Articles

Overview

This API allows user to get the details of all draft articles for which logged in user is author or owner.

Permissions

  • User must have view article permission on the folder in which draft article is present.
SecurityoAuthUser or oAuthClient
Request
query Parameters
$lang
required
string

The knowledge base language used for retrieving response. Must be a language enabled in the system.

Enum: "en-US" "en-GB" "fr-FR" "es-ES" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "sv-SE" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR"
$pagenum
string

Pagination parameter that specifies the page number of results to be returned. Used in conjunction with $pagesize.
Default value: 1

$pagesize
string

Pagination parameter that specifies the number of results per page. Used in conjunction with $pagenum.
Default value: 10

$sort
string

Articles for search will be fetched. Max 75 articles can be fetched from search.

Enum: "id" "name" "description" "createdByFirstName" "lastModifiedByFirstName" "createdOn" "lastModifiedTime"
Example: $sort=name
$order
string

Common query parameter $order.

Enum: "asc" "desc"
Responses
200

Success

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/articles/mywork/draft
Request samples
Response samples
application/json
{
  • "article": [
    ],
  • "paginationInfo": {
    },
  • "count": 1
}