Get Article Editions For User Profile

Overview

This API allows user to get the list of article editions for a user profile for an article

Permissions

  • User must have 'View Article' Permission to see article editions.
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
userProfileId
required
string

User Profile Id

Example: 40960000000012
Responses
200

Success

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/articles/{ID}/userprofiles/{userProfileId}/editions
Request samples
Response samples
application/json
{
  • "isAccessible": true,
  • "publishViews": {
    }
}