Search...
Generate a test token to explore our APIs
Tag Object
Attributes
NAME
TYPE
DESCRIPTION
id
Read Only
string
Tag ID.
label
Read Only
string
Tag name. Unique per blog.
slug
string
Tag slug. For example, 'tag-slug'.
createdDate
Read Only
string
Date the tag was created.
updatedDate
Read Only
string
Date the tag was updated.
postCount
Read Only
integer
Number of posts with this tag, including unpublished draft posts.
url
object
Tag page URL.
publishedPostCount
Read Only
integer
Number of published posts with this tag.
translationId
string
ID of the tag translations. All translations of a single tag will share the same translationId
.
language
string
Tag language.
Was this helpful?
Object
json
1{2 "tag" : {3 "id" : "33b7a30f-ca8a-4678-84c4-0bab5e3ebf63",4 "label" : "vacation",5 "slug" : "vacation",6 "createdDate" : "2021-06-21T08:27:09.764Z",7 "updatedDate" : "2021-06-21T08:27:09.764Z",8 "publicationCount" : 3,9 "postCount" : 10,10 "language" : "fr"11 }12}