Tag Object


Blog Submodule Docs

Properties
idstringRead-onlyformat GUID

Tag ID.


labelstringmaxLength 100

Tag label.

A blog can't have two tags with the same label.


slugstringmaxLength 100

Tag slug. For example, 'tag-slug'.


createdDatestringRead-onlyformat date-time

Date the tag was created.


updatedDatestringRead-onlyformat date-time

Date the tag was last updated.


publicationCountintegerRead-onlydeprecated - use publishedPostCount insteadminimum 0

Reserved for internal use.


postCountintegerRead-onlyminimum 0

Number of posts with this tag, including unpublished draft posts.


urlobjectRead-only

Tag URL.


publishedPostCountintegerRead-onlyminimum 0

Number of published posts with this tag.


translationIdstringRead-onlyformat GUID

ID of the tag translations.

All translations of a single tag share the same translationId.


languagestringformat LANGUAGE

Tag language.

2-letter language code in ISO 639-1 alpha-2 format.

Was this helpful?
Yes
No