RUAL Documentation

GET /blueprintfields/{guid}

Get a specific blueprint field by its GUID

Get a specific blueprint field by its 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": "user_email", "type": "string", "description": "User's email address", "blueprint_guid": "example-string", "required": false, "default_value": "example-value", "validation_rules": { "min_length": 5, "max_length": 100, "pattern": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$" }, "metadata": { "ui_component": "text-input", "placeholder": "Enter your email" } }
{ "success": false, "error": "HTTP_401", "message": "Error response" }
Error Code Description
HTTP_401 HTTP 401 error
HTTP_404 Blueprint field not found
permission description
BearerAuth JWT access token obtained from login endpoint required

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