- Issue created by @jonraedeke
- πΊπΈUnited States jonraedeke
I just figured it out. I saw in the network inspector that it was actually grabbing the json data url with the start and end parameters. I just needed to add the exposed filters and name them accordingly. Sorry if I missed this in the docs or if it's obvious.
Example for anyone else who has the same question:
/event-feed?start=2023-01-01T00%3A00%3A00-05%3A00&end=2023-02-12T00%3A00%3A00-05%3A00 - Status changed to Closed: works as designed
almost 2 years ago 7:51pm 26 January 2023 - π¦πΊAustralia mingsong π¦πΊ
Thanks @Jon for the example provided. I will update the document using your example.