Get all variables in a Master Flow
{ getMasterFlowVariables }
Returns a listing of all Master Flow variables.
Method
/API3/dataSources/getMasterFlowVariables
- Enterprise Admin
Input Parameters
Name
itemId
Type
string
Description
The item's system ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
List of variables based on a query with all their connection details
Notes
The response list of variables includes all their details, including name, current value and type.The item's system ID depends on the source: For Model files it is the item's system ID. For materialized/deployed models it is its materialized model ID.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP