getTag( )


Gets a tag by the specified ID.

The getTag() function returns a Promise that resolves to a tag whose ID matches the specified ID.

Permissions
Read Blog
Manage Blog
Read Draft Blog Posts
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
tagIdstringRequired

Tag ID.


optionsGetTagOptions

Options specifying which additional fields to return.

Returns
Return Type:Promise<BlogTag>
Was this helpful?
Yes
No