1. The Tag Object

The Tag Object

The following object represents a tag.

Properties

  • name

    string

    The complete name provided for the tag

  • taggings_count

    number

    How many times this tag has been assigned to a story

Example Object
{
  "name": "Editor's Choice",
  "taggings_count": 11
}