Tag object

Overview

A tag object represents a tag that an administrator of a channel can create and associate with posts and categories to help the end-users navigate content.

📘

To learn more, read this Guide on how to use Tags in the FanHero portal.

Tag object properties

A tag object returned by the ednpoints in this section can have these properties:

NameTypeDescription
_idStringThe tag ID
titleStringThe title of the tag
descriptionStringThe description of the tag
slugStringThe slug is created by formatting the tile so that all letters are lowercase, and all spaces are removed.
channelStringThe channel ID
postsString ArrayIDs of the posts that use this tag
deletedBooleanIf True the tag has been deleted. You will see this in the successful response of the Delete a tag endpoint.
createdAtDateTime StringDate and time when the tag was created.
updatedAtDateTime StringDate and time when the tag was updated.