List of support centre articles

This method will provide you with a complete list of all support centre articles for a particular support centre topic.

URL

/api/v2/support_centres/articles

Access

Only account tokens are permitted to access this method.

Supported Parameters

  • support_centre - ID of a support centre. (required)
  • topic - ID of the topic. (required)

Example JSON

[
  {
    "id": 2,
    "name": "Welcome to the Support Centre",
    "permalink": "welcome-to-the-support-centre",
    "content": "... content of article ...",
    "author": {
      "id": 1,
      "username": "adam",
      "first_name": "Adam",
      "last_name": "Cooke",
      "job_title": null,
      "avatar_url": "https://secure.gravatar.com/avatar/a69d1bf6a03f0b1b21b319f266c90dde?rating=PG&size={{size}}&d=mm"
    },
    "position": 1,
    "draft": false,
    "popular": false
  }
]

Proudly powered by Katapult. Running on 100% renewable energy.