The Get Related Articles API retrieves all related articles associated to a given article.
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-3002",
- "name": "Fair Lending",
- "articleType": {
- "articleCategoryId": 0,
- "typeName": "General",
- "useStructuredAuthoring": false,
- "articleTypeId": 988500000002020
}, - "createdBy": {
- "id": "1013",
- "firstName": "John",
- "middleName": "",
- "lastName": "Doe"
}, - "createdDate": "2022-06-30T18:25:22Z",
- "hasAttachments": false,
- "languageCode": "en-US",
- "modifiedBy": {
- "id": "1013",
- "firstName": "John",
- "middleName": "",
- "lastName": "Doe"
}, - "modifiedDate": "2025-01-28T20:58:11Z",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/articles/PROD-3002?%&workflowMilestone=publish&filter%5Btags%5D=PROD-5381&%24lang=en-US"
}, - "versionId": "PROD-2897"
}
], - "paginationInfo": {
- "count": 1,
- "pagenum": 1,
- "pagesize": 10
}
}