RUAL Documentation

GET /_system/react/components/{guid}

Get a specific React component by its GUID

Get a specific React component 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": "example-string", "description": "example-string", "component_identifier": "example-string", "component_code": "example-string", "component_inpins": [ {} ], "action_type_guid": "example-string", "last_modified": { "username": "example-string", "firstname": "example-string", "lastname": "example-string", "user_guid": "example-string" } }
{ "success": false, "error": "HTTP_401", "message": "Error response" }
Error Code Description
HTTP_401 HTTP 401 error
HTTP_404 Component not found
permission description
BearerAuth JWT access token obtained from login endpoint required

Back to React Components Return to the React Components category to view other endpoints All API Categories Browse all available API categories