Hi
I am creating a small webapi for itembased data. Think the best way to do this as it stands, is to use the query publisher. But do i have to use a query in the url in order to get a specific item?
The standard way of working, is eg. like this www.mypage.com/api/item?itemid=12345
Is there any way of getting the same result using this structure? www.mypage.com/api/item/12345
ofcourse, the itemid is dynamic.
just wondering if I could do a cleaner structure. Is that possible? Or in other words, using the query publisher dynamically without a query :)
/Hans