User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Retrieve Categories from a Project

Get the categories of a categorization project

Retrieving a taxonomy will return a list of JSON objects, where each JSON is made up of information describing one category in the taxonomy.

Response Fields

FieldDescription
idThe ID of the category. Unique across the entire deployment of Tamr. Ends with the numeric ID, which is the id that will be used for other dataset API operations.
nameThe name of the category.
parentThe ID of the parent category. Only included if the node has a parent.
pathThe path, by name, to the category. If the category has no parent, the list will only contain the category itself.
createdMetadata about the creation of the category.
lastModifiedMetadata about the most recent modification of the category.
Language