cURL
curl --request GET \ --url http://localhost:3001/portal-api/tags/{tag_id} \ --header 'Authorization: <api-key>'
{ "ID": 1, "Name": "monetization", "Posts": [ { "ID": 1, "Title": "How to write a blog post", "Lede": "<string>", "Status": "published", "Path": "ten-tips-for-gaining-advantage", "AuthorID": 1 } ], "Products": [ { "ID": 1, "Name": "public_product", "DisplayName": "<string>", "Path": "public_product-1", "ReferenceID": "61a89e5b5146370001de74d4", "Feature": false, "DCREnabled": false, "ProviderID": 1 } ] }
Get a tag
UID of a tag
1
OK
Unique identifier for the tag
Name of the tag
"monetization"
List of posts associated with this tag
Show child attributes
List of products associated with this tag
Was this page helpful?