User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Retrieve a Category

Retrieving a category will return a JSON object made up of information describing the category.

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