0
Browsing tags for getTagData
Forum / Questions & Answers
Hi everyone.
On API's docs, in the getTagData parameter "tags", says: "Tags may be passed in directly or thru browsing by supplying the path, deep and search parameters"
How can I supply the browsing parameters into a getTagData request? Can you give me an example please? Thank you.
3 replies
-
Hi rodrigopoyanco ,
Here's an example in Postman where I am using path, deep, and search instead of an array of tags. You can see that I've commented out the tags array. In this example, I am still only going after one tag. That is because my path is very specific.
-
Excellent, thank you so much Steve