The Get Pending Article Compliances API retrieves all compliance-enabled articles in a portal that need to be read by the current user. Results are sorted in ascending order of the compliance due date.
x-egain-activity-id | string [ 4 .. 9 ] characters ^[0-9]{4,9}$ A unique numeric interaction identifier from eGain. Example: 59237 |
x-ext-integration-id | string <= 40 characters ^[\w\W]+$ The unique numeric identifier for a tenant, used in self-service functionality as well as third-party integrations. 3155180e-0c13-43e9-9c38-e9045bcbf176 00Dbn00000IxGnx |
x-ext-interaction-id | string <= 40 characters ^[\w\W]+$ A unique interaction identifier from other CRM applications. 3155180e-0c13-43e9-9c38-e9045bcbf176 00Dbn00000IxGnx |
Accept-Language required | string The Language locale accepted by the client (used for locale specific fields in resource representation and in error responses). Example: en-US |
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "articles": [
- {
- "id": "PROD-2996",
- "name": "Fair Lending FAQs",
- "articleType": {
- "articleCategoryId": 0,
- "typeName": "General",
- "useStructuredAuthoring": false,
- "articleTypeId": 999500000002020
}, - "updateSummary": "",
- "createdBy": {
- "id": "1013",
- "firstName": "John",
- "middleName": "",
- "lastName": "Doe"
}, - "createdDate": "2022-06-30T14:54:55Z",
- "hasAttachments": true,
- "languageCode": "en-US",
- "modifiedBy": {
- "id": "1013",
- "firstName": "John",
- "middleName": "",
- "lastName": "Doe"
}, - "modifiedDate": "2025-01-28T19:53:58Z",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/articles/PROD-2996?filter%5Btopic%5D=PROD-1069&workflowMilestone=publish&%24lang=en-US"
}, - "versionId": "PROD-2884"
}
], - "paginationInfo": {
- "count": 1,
- "pagenum": 1,
- "pagesize": 10
}
}