Skip to product menu
Skip to main content

Get the Details of an Article

Description

You can use this API to get the details of an article.

OAuth Scope:

articles.READ

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/articles/{id}

Example:

Copiedhttps://salesiq.zoho.com/api/v2/zylker-inc/articles/60000014486001

Success Response

Copied{
  "url": "/api/v2/zylker-inc/articles/17000000012005",
  "object": "articles",
  "data": {
    "modified_time": "1569826933765",
    "category": {
      "name": "Zylker - Promo/Coupon",
      "id": "17000000012001"
    },
    "id": "17000000012005",
    "modifier": {
      "name": "Patricia",
      "id": "17000000007001"
    },
    "creator": {
      "name": "Patricia",
      "id": "17000000007001"
    },
    "stats": {
      "viewed": "34",
      "used": "23",
      "liked": "10",
      "disliked": "2"
    },
    "content": "<div>A coupon is an image with a message that you give to a user when he/she has taken part in the promotion.<br/></div>",
    "enabled": true,
    "published": true,
    "department_id": "17000000002003",
    "title": "Applying Promo/Coupon code",
    "created_time": "1569826933765"
  }
}