get http://<host>:9100/api/versioned/v1/projects//taxonomy/categories/
Retrieving a category will return a JSON object made up of information describing the category.
Response Fields
Field | Description |
---|---|
id | The 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. |
name | The name of the category. |
parent | The ID of the parent category. Only included if the node has a parent. |
path | The path, by name, to the category. If the category has no parent, the list will only contain the category itself. |
created | Metadata about the creation of the category. |
lastModified | Metadata about the most recent modification of the category. |