I’m trying to integrate a new app in the Platform UI but its GET request doesn’t come in reverse chronological order and has pagination. In order to get the last results I thought in filtering by date.
Can I insert a function to get today’s date and the last day in the place of the dates below?
params: {
'apikey': bundle.authData.apikey,
'filters': 'dataEmissaot06/05/2020 TO 07/05/2020]'
}