list:
Returns a list of terms. Terms are controlled values describing topics,
geographic places or record formats.

retrieve:
Returns data about an individual term. Terms are controlled values describing
topics, geographic places or record formats.

Filter fields available

  • title
  • term_type

Sort fields available

  • title

Limiting available

  • limit
GET /terms?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "facets": {},
    "results": []
}