Class: RetrieveJSONAction

Actions. RetrieveJSONAction

preforms a GET REST API call. Retrieves a JSON file from an external URL, and sets fieldName to object of the returned json

new RetrieveJSONAction()

Members


parameters :Object

Node parameters
Type:
  • Object
Properties:
Name Type Description
parameters
Properties
Name Type Description
url string
fieldName MemoryField dot-notation name (global./context.) of field to set
headers ExpressionString | Object headers to send for the GET action

Methods


validators()

list of editor UI validation conditions defines validation methods to execute at the editor; if one of them fails, a dashed red border is displayed for the node
Returns:
Type
Array.<Validator>