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.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Blog
Manage Blog
Read Draft Blog Posts
Learn more about permission scopes.
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