gabbeh | 2018-02-13 12:58:12 UTC | #1
The api for getting a list of queues (/api/v2/routing/queues?pageSize=100&name=queuename) does not return any responses when searching for a queue name. works when not searching for a queuename.
Expected similiar results as /api/v2/outbound/campaigns&name=campaignname.
anon28066628 | 2018-02-13 15:16:35 UTC | #2
Hi gabbeh, it's working for me today. Are you escaping your queue names properly? If so it might have been a temporary issue.
Also be sure the queue names don't have unexpected characters, such as a dash converted to a hyphen, or leading / trailing spaces. We've seen Queue managers copy queue names from Office programs and introduce non-ASCII characters.
gabbeh | 2018-02-14 14:37:18 UTC | #3
Update: Seems like campaigns name-search is a "where name like query"-search and queues name-search is a "where name equals query"-search.
If i write the entire name on queues I get a match, but I don't get any matches on part of that same queue name...
Edit: I just get all queues and then do the search locally, but I shouldn't have to.
system | 2018-03-17 10:10:41 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 2496