API Filters
Example Queries
Return all Ad Units with a name that contains "footer"
name that contains "footer"https://api.adnuntius.com/api/v1/adunits?auth_token=TOKEN&filterBy=name&filterByLike=footerReturn all Line Items that started delivering after 2021/01/01
2021/01/01https://api.adnuntius.com/api/v1/lineitems?auth_token=TOKEN&where=startedRunningDate>2021-01-01https://api.adnuntius.com/api/v1/lineitems?auth_token=TOKEN&where=startedRunningDate>2021-01-01;startedRunningDate<2021-06-01Return all Line Items in a RUNNING or ENDED state
RUNNING or ENDED stateFull Parameter Description
Flags
Flag
Description
Basic Filtering Parameters
Flag
Description
Example
Advanced where Clause
where ClauseCondition
Example
Advanced Timestamp where Clauses
where ClausesLast updated