RUAL Documentation

GET /blueprinttemplates/{guid}

Get a blueprint template by GUID

Get a blueprint template by GUID
Key Type Example
:guid required string
"example-guid"
Key Type Example
authorization required string
"Bearer your-jwt-token"
{ "_meta": { "guid": "example-string", "entity": "example-value", "created": "example-value", "modified": "example-value", "updated": "example-value" }, "name": "example-string", "description": "example-string", "content": "example-string", "reactroot": "example-string", "reactroot_file": "example-string", "css": "example-string", "js": "example-string", "last_modified_by": { "_meta": { "guid": "example-string", "entity": "example-value", "created": "example-value", "modified": "example-value", "updated": "example-value" }, "firstname": "example-string", "lastname": "example-string", "username": "example-string" }, "modified_reactroot_by": { "_meta": { "guid": "example-string", "entity": "example-value", "created": "example-value", "modified": "example-value", "updated": "example-value" }, "firstname": "example-string", "lastname": "example-string", "username": "example-string", "date": "example-value" } }
{ "success": false, "error": "HTTP_401", "message": "Error response" }
Error Code Description
HTTP_401 HTTP 401 error
HTTP_404 Template not found
permission description
BearerAuth JWT access token obtained from login endpoint required

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