Taxonomy.getList (Method)

Returns zero or more structures, each containing information on a taxonomy; for example, 'Name', 'Description', 'Version', and so on.

Returns:

Taxonomy_GetList_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
CanDelete Boolean Boolean flag which when set to true indicates that the taxonomy's state is 'Work In Progress'.
Description PlainText The taxonomy's description.
ID TaxonomyID The taxonomy's ID.
IsWorkInProgress Boolean Boolean flag which when set to true indicates that the taxonomy is Work In Progress.
LastImported DateTime_EmptyString The timestamp when the taxonomy was last imported.
Name PlainText_NonNull_255 The taxonomy's name.
Status TaxonomyStatus The taxonomy's status, which is either 'Active' or 'Inactive'.
Version PlainText_NonNull_255 A string describing the taxonomy version.

Context:

License Requirements None
Permission Requirements ContributorOrServerCode
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None