Skip to main content

Guide Tag Object

Contains guide tag data.

namestring

Tag name.

Example: Instructions
date_addedinteger<int32>

Unix timestamp of date tag was applied.

Example: 1499841487
countinteger<int32>

The amount of times this tag has been applied to guides. This value will only be returned for the Get Guide Tags endpoint.

Example: 22
Guide Tag Object
{
"name": "Instructions",
"date_added": 1499841487,
"count": 22
}