GET /blueprintactions/{guid}
Retrieve a specific blueprint action
Retrieve a specific blueprint action
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"
},
"type": "http_request",
"blueprint_guid": "example-string",
"position": {
"x": 150,
"y": 300
},
"event": "/api/users",
"fields": [
"example-string"
],
"default_value": "example-value",
"value": "example-value",
"in_pins": [
{}
],
"out_pins": [
{}
],
"custom_out_pins": [
{}
],
"scopes": [
"example-string"
],
"storages": [
"example-string"
],
"is_public": true,
"custom_header_text": "example-string",
"is_created": true,
"modified_user": "example-string",
"unsaved": "example-value"
}
{
"success": false,
"error": "HTTP_401",
"message": "Error response"
}
Error Code | Description |
---|---|
HTTP_401 | HTTP 401 error |
HTTP_404 | Blueprint action not found |
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Blueprint Actions Return to the Blueprint Actions category to view other endpoints All API Categories Browse all available API categories