I have a URL that requires a start and end time (in epoch format) to be sent as part of the URL. I am having trouble working out how to send these, and any help appreciated.
For example, the full url should be something like:
I did work out that as_timestamp(now)) displays epoch.
The problem is that the rest platform does not like the template format and instead sends the actual text and not the converted time.
For example, on the server side, I see this in apache2 logs: (not exactly the same request as above as I’ve been mucking around with the format, but I think you get the point)
GET /api/?start=%7B%7B%20(as_timestamp(now())%20%7C%20int)%20%7D%7D