Returns a list of blueprint ids that match a tag head
GET
/api/blueprints/tags/{tag}
blueprinttags
Returns blueprint ids
Request
Path Params
tag
string
required
Tag to search for. Tags are in the form of part1|part2|part... Search will return all tags that match with the tag based on it being the front of the tag. E.g. foo|bar will match on foo|bar|baz as well as foo|bar or foo|bar|1
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/blueprints/tags/'