Beam Help
Get help now

How-to · Zoho DESK

How to retrieve articles by permalink in Zoho Desk

Fetch specific articles using their permanent URL identifier.

How to retrieve articles by permalink in Zoho Desk


Zoho Desk does not provide a built-in feature to retrieve articles directly by permalink through a standard UI or API endpoint. Articles in Zoho Desk are typically accessed through the knowledge base search interface or by navigating the category structure, rather than via a unique permalink identifier.


Why this matters


If you're building integrations, automating workflows, or trying to link directly to specific articles from external systems, you need a reliable way to reference articles. Understanding the current limitations helps you plan alternative approaches, such as using article IDs in API calls or structuring your knowledge base to support your linking strategy.


What Zoho Desk offers instead


Zoho Desk articles are managed within the knowledge base module and can be searched using the global search functionality [2]. You can perform quick searches by keyword or use advanced search filters to locate articles. However, there is no documented permalink retrieval method that returns article content by a unique URL slug or permalink identifier.


If you need to access article data programmatically, the Zoho Desk API provides endpoints to fetch articles by their internal article ID. You would need to first identify the article ID through the UI or a list API call, then use that ID to retrieve the article details.


Recommended alternatives


Use article IDs with the API. If you have access to Zoho Desk's REST API, retrieve articles by their numeric ID rather than a permalink. This requires knowing the article ID in advance, which you can find by inspecting the article in the Zoho Desk UI or by querying the articles list endpoint.


Search by keyword. Use Zoho Desk's search interface to locate articles by title or content keywords [2]. This works well for end users but is not suitable for automated retrieval.


Link to the knowledge base directly. Share the main knowledge base URL with your audience and let them browse or search for articles. This is the most straightforward approach if you don't need programmatic access.


What to check


  • Confirm whether you need article data for API integration or for sharing links with end users.
  • If using the API, verify that you have the correct article ID and that your API credentials have permission to read articles.
  • Test any links you generate to ensure they resolve correctly in your Zoho Desk instance.

---


*Beam Help — independent expert support for Zoho. This article is not official Zoho support.*

Sources cited

  1. [1] Search based UI Navigation, Toolbar customization & more
  2. [2] Searching Records in Modules | Online Help - Zoho Desk
  3. [3] Share files and folders internally from a Team Folder
Retrieve Article by Permalink | Beam Help