Get Web Articles for Article

Overview

  • API to Get All Web Articles for an article by ArticleId.

Permissions

  • User must have 'View Article' Permission to see web articles.
SecurityoAuthUser or oAuthClient
Request
path Parameters
ID
required
string

The ID of the article for which the operation is performed. Both numeric and alternate ID formats are supported.

Examples:
A readable article ID.
PROD-2268
A numeric article ID.
202200000002268
Responses
200

OK

204

No Content

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/articles/{ID}/webarticles
Request samples
Response samples
application/json
{
  • "webArticle": [
    ]
}