App Builder
Get Blueprints by Slugs
Retrieve app blueprints by their slugs.
get/api/v2/app-builder/blueprints/slugs/{slugs}
Path parameters
slugsstring required
A comma-separated list of blueprint slugs.
Response
OK
Example response
{
"data": [
{
"attributes": {
"definition": "appDefinitions",
"name": "AWS Service Manager",
"slug": "aws-service-manager"
},
"id": "65bb1f25-52e1-4510-9f8d-22d1516ed693",
"type": "blueprint"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.