getTagByLabel( )


Gets a tag by the specified label.

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

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
labelstringRequired

Tag label.


optionsGetTagByLabelOptions

Options specifying which additional fields to return.

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