Taxonomy topics
Taxonomies are used to classify works.
List taxonomy topics
get
API endpoint for listing taxonomy topics. Taxonomy topics are a tree structure of topics that are applied to documents to categorise them.
Authorizations
sessionidstringRequired
Query parameters
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
Responses
200Success
application/json
get
/v3/taxonomy-topics200Success
Get a taxonomy topic
get
API endpoint for listing taxonomy topics. Taxonomy topics are a tree structure of topics that are applied to documents to categorise them.
Authorizations
sessionidstringRequired
Path parameters
slugstringRequired
Unique short name (code) for the topic.
Responses
200Success
application/json
get
/v3/taxonomy-topics/{slug}200Success
List work expressions tagged with a taxonomy topic
get
List of work expressions for a taxonomy topic.
Authorizations
sessionidstringRequired
Path parameters
slugstringRequired
Query parameters
created_atstring · date-timeOptional
created_at__gtestring · date-timeOptional
created_at__ltestring · date-timeOptional
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
updated_atstring · date-timeOptional
updated_at__gtestring · date-timeOptional
updated_at__ltestring · date-timeOptional
Responses
200Success
application/json
get
/v3/taxonomy-topics/{slug}/work-expressions200Success
Last updated