Get Business Rule fields context
Business Rules
Get Business Rule fields context
Get the fields and resources available to Business Rule trees.
GET
Get Business Rule fields context
Returns the workspace resources and built-in runtime context that can be referenced by a Business Rule tree.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Query parameters
string
required
Send
business.Response
FieldResource[]
Workspace user attributes with their input and output schemas.
FieldResource[]
Workspace actions available to Tool nodes.
FieldResource[]
Fini-provided actions available to Tool nodes.
TagGroup[]
Input tag groups and their tags.
WidgetForm[]
Widget forms and their typed fields.
ContextField[]
Built-in escalation and integration fields available to Business Rules.
Operator[]
Condition operators as
{ value, label } objects.Quantifier[]
Array quantifiers as
{ value, label } objects.string[]
Interaction sources available in the workspace.
Errors
400 Bad Request
400 Bad Request
type is not a supported rule type.403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.
