Get Priorities

The Get Priorities block gives you all the priorities in a DX app. To retrieve them, provide the App Key of the app you are interested in.

Simulate Get Priorities Block
AppKey

This is the App Key for the particular application.

Data Type : Integer

Example  :  35

Output Pins

Priorities

The priorities of the DX application

Type : List

Example  :[ {"id":"PR_1730349986433DLG1DHT8VV","name":"High","color":"#E9573F"}, {"id":"PR_17303499864331IOV1WXXR17","name":"Medium","color":"#e6d700","isDefault":true}, {"id":"PR_1730349986433O3RTLKBKJ2I","name":"Low","color":"#70CA63"} ]
Example: Using the Simulate Get Priorities Block in a real application

Last updated