v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
App Builder

Get Blueprint

Retrieve an app blueprint by its ID.

get/api/v2/app-builder/blueprint/{blueprint_id}

Path parameters

blueprint_idstring uuid required

The ID of the blueprint to retrieve.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "definition": "appDefinitions",
      "name": "AWS Service Manager",
      "slug": "aws-service-manager"
    },
    "id": "65bb1f25-52e1-4510-9f8d-22d1516ed693",
    "type": "blueprint"
  }
}