What I did was POST to my Triggered Task URL
https://elastic.snaplogic.com:443/api/1/rest/slsched/feed/org/myproject/path/exampleData/3
I wanted to catch the key value pair of exampleData: 3 so I placed it on the pipeline parameter as exampleData
![]()
and then I used the mapper to catch and map it to my exampleData field (for my json).
![]()
the output of the PATH_INFO is correct which is “exampleData/3”.
or “examplePath”: “exampleData/3”
but if what I wanted to get was the “exampleData”: “3”. is this possible with semantic URL?
Thank you for responding.