GET Taxonomies/{TaxonomyKey}

Get the details of a single Taxonomy

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TaxonomyKey

The key of the desired Taxonomy.

integer

Required

Body Parameters

None.

Response Information

Get the details of a single Taxonomy

TaxonomyResponse
NameDescriptionTypeAdditional information
key

The key of the taxonomy.
The key is invariant for the lifetime of the taxonomy.

integer

Required

id

This ID of the taxonomy, which may be changed by the user.

string

Required

username

The user who owns the taxonomy.

string

Required

description

The optional description of the taxonomy.

string

None.

groups

The groups in the taxonomy.

Collection of TaxonomyGroup

Required

errors

If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages.

Collection of string

None.