明壁幕府忍法帳 > Aptana Index > Home > Axway API Builder > API Builder > API Builder Debeloper Guide > API Builder Project > Artifacts > Flows > Nodes in Flow > Nodes - Model Find All

2019.02.07 Ver.12 (2019.5.16)

Nodes - Model Find All

This document describes the model find all and provides instance configuration and parameters information.

Name

Description

ModelFindAll

A Model specific flow-node. Invokes the Find All API on a specified model and returns the response.

Instance configuration

Property

Description

Required

Type

model

The name of the model of which to invoke the Find All API.

yes

number

Instance parameters

These are all specified by the chosen model.

Example

"model.findAll": {
 "type": "ModelFindAll",
 "config": {
   "model": "appc.arrowdb/acl"
 },
 "parameters": [],
 "response": {
   "context": {
     "$": "models"
   },
   "routes": [
     {
       "next": "response.success"
     }
   ]
 }
}