cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/eventmanager/triggers/trigger-condition-options \ --header 'api-key: <api-key>'
{ "data": [ { "trigger_type": "<string>", "name": "<string>", "display_name": "<string>", "values": [ "<string>" ], "sort_order": 123 } ] }
Fetch picklist options by name
Returns a list of picklist options identified by its unique name.
name
Condition key
transaction
"transaction"
Success
The response is of type object.
object