Looking for something that's not here? Let us know: support@tiggzi.com
Documentation‎ > ‎Services‎ > ‎REST Service‎ > ‎

Dynamic service URL

Sometimes a REST service could be define like this:

http://host/name/edit/some_id
or
http://host/name/some_id/edit

where the some_id would be set when the service is invoked. This can be easily done win Tiggzi builder. Simple set the URL like this: http://host/name/{id}/edit and then define id a request parameter.