ADO.NET Provider for Zendesk

Build 26.0.9655

ContentTags

Represents content tags used for organizing and categorizing help center content.

Table-Specific Information

Select

The following query is processed server-side while other filters are processed client-side within the provider.
SELECT * FROM ContentTags WHERE Id = '01HCCV8145J2MBX6XZ103G10CH'

Insert

The Name column is required to insert. This operation is allowed for logged-in users with the "Guide manager" or "Guide agent" role.

INSERT INTO ContentTags (Name) VALUES ('Test')

Update

You must specify the Id of the content tag to update. This operation is allowed for logged-in users with the "Guide manager" role.

UPDATE ContentTags SET Name = 'CData' WHERE Id = '01HCEJVFV4X9MA9D2SBC86FE5S'

Delete

You must specify the Id of the content tag to delete it. This operation is allowed for logged-in users with the "Guide manager" role.

DELETE FROM ContentTags WHERE Id = '01HCEJVFV4X9MA9D2SBC86FE5S'

Columns

Name Type ReadOnly References Description
Id [KEY] String True

The Id automatically assigned when the content tag is created.

Name String False

The name of the content tag.

CreatedAt Datetime True

The date and time when the content tag was created.

UpdatedAt Datetime True

The date and time when the content tag was last updated.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655