Get Topic Permalinks
GET {{baseUrl}}/api/v1/communityTopics/([0-9]+)/permalinks
API to get all permalinks of a topic
OAuth Scope
Desk.community.GET
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"isPrimary":"true","permalink":"community-topic-permalink-primary"},{"isPrimary":"false","permalink":"community-topic-permalink-secondary-1"},{"isPrimary":"false","permalink":"community-topic-permalink-secondary-2"},{"isPrimary":"false","permalink":"community-topic-permalink-secondary-3"}]}