Hi,
I am trying to retrieve the 'uniquename' which appears in the developer resources alongside the organisation id.
I can successfully get the organisation id using the following in liquid
{{ request.params['orgid'] }}
Is there a way to get the organisation unique name using a similar technique? I have tried the following:
uniquename: {{ request.params['uniquename'] }} <br/>
orguniquename: {{ request.params['orguniquename'] }} <br/>
orgname: {{ request.params['orgname'] }} <br/>
name: {{ request.params['name'] }} <br/>
UniqueName: {{ request.params['UniqueName'] }} <br/>
Thanks,
G