RUAL Documentation

POST /_system/blueprinttags/search

Search blueprint tags using request body

Search blueprint tags using request body
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
Key Type Example Description
query optional string
"example-string"
Search query string
count optional boolean
true
Return count instead of results
limit optional integer
50
Maximum number of results
offset optional integer
0
Number of results to skip
filters optional object
{}
Additional search filters
sort optional array
[{}]
{}
{ "error": "ERROR_KEY" }
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
blueprinttags_create Required scope: blueprinttags_create

Back to Blueprint Tags Return to the Blueprint Tags category to view other endpoints All API Categories Browse all available API categories