workfront api - how to combine attask filters -
i've been through api docs, haven't been able find need on this.
how combine filters? example, need combine these 2 logical , operator:
attask/api/project/search?status=complete&status_mod=ne attask/api/project/search?portfolioid=5769a3da00cec1ff3801c15c108df8de&portfolioid_mod=ne
i've tried this, invalid expression error:
attask/api/project/search?portfolioid=5769a3da00cec1ff3801c15c108df8de&portfolioid_mod=ne,status=complete&status_mod=ne
also, how logical or operator?
thanks in advance.
the reason call failing not because of multiple filters status filter need filter off 3 letter code status not full word. status=cpl work.
to or filter need prefix or:1: before second filter. can continue adding or:2: or:3: ect...
Comments
Post a Comment