Hi,
I'm currently testing the Rest Resource asset to pull in JSON data. The particular JSON data/end point is dynamic so different data is pulled based on date parameter
For example the following HTTP Requests pull in totally different data:
Request 1: http://www.domain.com/calendar/2015-08-30 > pulls down JSON data for Aug 30
Request 2: http://www.domain.com/calendar/2015-09-15 > pulls down JSON data for Sep 15also pass additional parameters like date range so example:
Request 3: http://www.domain.com/calendar/2015-09-15/3> pulls down JSON data from Sep 15 - Sep 18
Currently Rest Resource asset is a must because it involves Basic HTTP authentication with username/password. This is then nested into JSON Data source asset and displayed using Asset Listing.
Users will interact with location (e.g city) select form date and the number of day(s) and search using the Rest Resource Asset.
So the question is how can you make the Rest Resource HTTP Resquest URL dynamic?
Thanks,
Tuguldur