Bookmarks

List Bookmarks

Allowed For

  • Agents
get/api/v2/bookmarks

Response

Successful response

countinteger

the total record count

next_pagestring url nullable

the URL of the next page

previous_pagestring url nullable

the URL of the previous page

Example response

{
  "bookmarks": [
    {
      "created_at": "2014-11-20T22:55:29Z",
      "id": 35436,
      "ticket": {
        "description": "The fire is very colorful.",
        "id": 60,
        "priority": "high",
        "requester_id": 156,
        "subject": "Help, my printer is on fire!"
      },
      "url": "https://{subdomain}.zendesk.com/api/v2/bookmarks/35436.json"
    }
  ]
}

Changes