Get permalinks of translation
GET {{baseUrl}}/api/v1/articles/:article_id/translations/{locale}/permalinks
This API fetches the primary and secondary permalinks of a translation
OAuth Scope
Desk.articles.READ
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"primaryPermalink":"how-to-open-account","secondaryPermalinks":["how-to-open-account-1","how-to-open-account-3"]}