Get Compliance Policy Associated With Article

Overview

This API allows user to get article compliance policy.

Permissions

  • 'View Article' permission on the parent folder is required.
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

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/articles/{ID}/compliancepolicies
Request samples
Response samples
application/json
{
  • "id": 1000,
  • "name": "Compliance Policy",
  • "link": {
    }
}