Type tag

Discussion

This type represents a tag on a Stack Exchange site.

Applications should be prepared for the destruction of tags, though this tends to be a rare event.

Fields

count
integer

has_synonyms
boolean

is_moderator_only
boolean

is_required
boolean

last_activity_date

name
string

user_id
integer, refers to a user
may be absent

Fields marked with are included in the default filter, those marked with are excluded in the default filter.

Examples

Typical

{"name":"c#","count":100,"is_required":false,"is_moderator_only":false,"has_synonyms":false,"last_activity_date":1369161259}

User Tag

{"name":"c#","count":100,"is_required":false,"is_moderator_only":false,"user_id":1,"has_synonyms":false,"last_activity_date":1369161259}

Required

{"name":"discussion","count":100,"is_required":true,"is_moderator_only":false,"has_synonyms":false,"last_activity_date":1369161259}

Moderator Only

{"name":"status-completed","count":100,"is_required":true,"is_moderator_only":true,"has_synonyms":false,"last_activity_date":1369161259}

Methods That Return This Type