v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
institutions

Private Account Categories

List institution categories (including parent Categories)

get/account/categories

Response

OK. An array of 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
  }
]