Action
action
Search all Actions this user has access to
Filter by Action Id
Filter by Owner Id
Filter by Action trigger type
Filter by Action trigger code
Filter by Action type
Filter by Action source
Filter by Action source Id
Filter by Action target
Filter by Action target Id
Return all actions pertaining to a particular Layout
Return all actions related to a source or target with the provided ID
successful operation
Class Action
The Action Id
The Owner Id
The Action trigger type
The Action trigger code
The Action type
The Action source (layout, region or widget)
The Action source Id (layoutId, regionId or widgetId)
The Action target (region)
The Action target Id (regionId)
Widget ID that will be loaded as a result of navigate to Widget Action type
Layout Code identifier
Layout Id associated with this Action
GET /api/action HTTP/1.1
Accept: */*
successful operation
[
{
"actionId": 1,
"ownerId": 1,
"triggerType": "text",
"triggerCode": "text",
"actionType": "text",
"source": "text",
"sourceId": 1,
"target": "text",
"targetId": 1,
"widgetId": 1,
"layoutCode": "text",
"layoutId": 1
}
]Add a new Action
LayoutId associted with this Action
Action type, next, previous, navLayout, navWidget
Target for this action, screen or region
The id of the target for this action - regionId if the target is set to region
Source for this action layout, region or widget
The id of the source object, layoutId, regionId or widgetId
Action trigger type, touch or webhook
Action trigger code
For navWidget actionType, the WidgetId to navigate to
For navLayout, the Layout Code identifier to navigate to
successful operation
POST /api/action HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 172
"layoutId=1&actionType='text'&target='text'&targetId='text'&source='text'&sourceId=1&triggerType='text'&triggerCode='text'&widgetId=1&layoutCode='text'"successful operation
{
"actionId": 1,
"ownerId": 1,
"triggerType": "text",
"triggerCode": "text",
"actionType": "text",
"source": "text",
"sourceId": 1,
"target": "text",
"targetId": 1,
"widgetId": 1,
"layoutCode": "text",
"layoutId": 1
}Edit a new Action
Action ID to edit
LayoutId associted with this Action
Action type, next, previous, navLayout, navWidget
Target for this action, screen or region
The id of the target for this action - regionId if the target is set to region
Source for this action layout, region or widget
The id of the source object, layoutId, regionId or widgetId
Action trigger type, touch or webhook
Action trigger code
For navWidget actionType, the WidgetId to navigate to
For navLayout, the Layout Code identifier to navigate to
successful operation
PUT /api/action/{actionId} HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 172
"layoutId=1&actionType='text'&target='text'&targetId='text'&source='text'&sourceId=1&triggerType='text'&triggerCode='text'&widgetId=1&layoutCode='text'"successful operation
{
"actionId": 1,
"ownerId": 1,
"triggerType": "text",
"triggerCode": "text",
"actionType": "text",
"source": "text",
"sourceId": 1,
"target": "text",
"targetId": 1,
"widgetId": 1,
"layoutCode": "text",
"layoutId": 1
}Last updated
Was this helpful?

