Hello,
I am working with the Call Handler API. The general Call Handler list API gets all objects in the system, mailboxes, default objects etc. I am looking to have just the objects on the "Call Handlers" page be returned in my query, but can't figure that out.
https://server/vmrest/handlers/callhandlers
I was trying to leverage the "query" parameter at the end of the URI, but can't seem to figure out the formatting and there is no specific documentation on this. Most Call Handler objects do not have a value for "dtmfAccessID". I am trying to query the callhandlers URI to return only the results where "dtmfAccessID" is either not Null or begins with "+".
https://server/vmrest/handlers/callhandlers?query(dtmfacceddID is +15135553009)
Anyone have any experience with using query parameter to filter results?
Thanks.