iQMedia / tracker

Repo to hold all customer facing platform and data issues.
0 stars 0 forks source link

Filter GetCreatives endpoint with LastAiringDateTimeUtc field #13

Closed sergi0aranda closed 7 months ago

sergi0aranda commented 8 months ago

@hollinger @jmylet , as we have discussed. There is a need to improve our GetCreatives endpoint to be able to filter using the LastAiringDateTimeUtc field. Both CSG (Telly) and Mediaprobe have requested this feature, but I'm sure other clients will benefit as well.

jmylet commented 7 months ago

I have added a new optional input parameter to GetCreatives called LastAiredSinceDateTimeUtc that will return only those creatives with a LastAiringDateTimeUtc occurring on or after the LastAiredSinceDateTimeUtc if included in request.

sergi0aranda commented 7 months ago

Thanks Jake, is there a way to sort the output by LastAiringDateTimeUt ?

jmylet commented 7 months ago

Not at the moment.