Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Peachman97
Partner - Contributor III
Partner - Contributor III

API endpoint filter /api/v1/automations/{id}/runs query Filter for startTime not filtering

Hey, 

I've been trying to filter the API endpoint Automations | Qlik Developer Portal by the startTime as per the 'Query Parameters' within the documentation.

I have tried all various formats of dates, but not finding any success as it always returns my full list of Runs 

I have added the query parameters directly to the string of the URL, via the WITH CONNECTION (QUERY "startTime" "date here" 

all with limited success.

 

Any Ideas? 

 

Labels (1)
  • SaaS

1 Solution

Accepted Solutions
Peachman97
Partner - Contributor III
Partner - Contributor III
Author

The Query Param structure needs to be 

'?filter=(startTime gt %22$(v_API_STORED_LAST_RUN)%22)'

Where the variable is in the following format 'YYYY-MM-DD hh:mm:ss:ff'&'Z'


View solution in original post

1 Reply
Peachman97
Partner - Contributor III
Partner - Contributor III
Author

The Query Param structure needs to be 

'?filter=(startTime gt %22$(v_API_STORED_LAST_RUN)%22)'

Where the variable is in the following format 'YYYY-MM-DD hh:mm:ss:ff'&'Z'