List Blueprints
get/midgard/v0.1/blueprint/list
Returns a list of blueprints matching the given filters.
Request
Authorization
X-AT
header
apiKey
Query Parameters
resultsPerPageNumber of results per page. Defaults to 25, maximum is 100.
integer
pagePage number to fetch. Defaults to 0.
integer
orderByName of field to sort on. Defaults to 'name'.
string
sortSort direction.
string
typeFilter by blueprint type.
string
searchSearch by blueprint name. Admins may also search by ID and customer ID.
string
visibilitySet to `public` to return only public blueprints, `noPublic` to exclude them. Omit to return both.
string
Response
200Successful retrieval of blueprints list.
403User is not allowed to access this resource.
Shell cURL
shell
Show schema
json