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:
Name | Type | Description |
---|---|---|
_id | String | The tag ID |
title | String | The title of the tag |
description | String | The description of the tag |
slug | String | The slug is created by formatting the tile so that all letters are lowercase, and all spaces are removed. |
channel | String | The channel ID |
posts | String Array | IDs of the posts that use this tag |
deleted | Boolean | If True the tag has been deleted. You will see this in the successful response of the Delete a tag endpoint. |
createdAt | DateTime String | Date and time when the tag was created. |
updatedAt | DateTime String | Date and time when the tag was updated. |