v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
articles

List article categories

List article categories

get/account/articles/{article_id}/categories

Path parameters

article_idinteger required

Article unique identifier

Response

OK. Article categories

parent_idinteger required

Parent category

idinteger required

Category id

titlestring required

Category title

pathstring required

Path to all ancestor ids

source_idstring required

ID in original standard taxonomy

taxonomy_idinteger required

Internal id of taxonomy the category is part of

Example response

[
  {
    "parent_id": 1,
    "id": 11,
    "title": "Anatomy",
    "path": "/450/1024/6532",
    "source_id": "300204",
    "taxonomy_id": 4
  }
]