04-04-2017 01:30 AM
I would like get the details from CUCM page Directory Number using AXLtoolkit SOAP API 11.5.
directoryNumberEdit.do?key=<pkid>
Please inform how to get all the fields with this page using SOAP AXL method or list of methods to all the fields.
Solved! Go to Solution.
04-04-2017 11:12 AM
Perhaps you want getLine? For example, this will return information about the Directory Number 3000.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">
<soapenv:Header/>
<soapenv:Body>
<ns:getLine sequence="?">
<pattern>3000</pattern>
</ns:getLine>
</soapenv:Body>
</soapenv:Envelope>
04-04-2017 11:12 AM
Perhaps you want getLine? For example, this will return information about the Directory Number 3000.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">
<soapenv:Header/>
<soapenv:Body>
<ns:getLine sequence="?">
<pattern>3000</pattern>
</ns:getLine>
</soapenv:Body>
</soapenv:Envelope>
04-05-2017 04:14 AM
Thanks a lot Nicholas, That worked exactly required.
Also, have some query for the Line 1 on Device SEP3242332 (example) section on the same DirectoryNumber page. This section only comes up if you have the mapkey and devicekey.
Please inform if there is any SOAP method available to get those data and update with same soap axl method.
Appreciate your help.
Thanks,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide