getTag( )


Retrieves a tag with the provided ID.

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

ID of tag to retrieve.


optionsGetTagOptions

Options specifying which additional fields to return.

Returns
Return Type:Promise<BlogTag>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?