RTC REST API Javascript Issue using PERL and CURL
One answer
![](http://jazz.net/_images/myphoto/2ac11b112b7dd78219ab5fc8a75a213d.jpg)
The last two URLs that you used are incorrect - the second last is a reportable REST API URL, and the last is a web GUI URL, and that is exactly why you saw the JavaScript message. A browser will evaluate the JavaScript scripts and use AJAX the retrieve data to populate the web page, but cURL will not. What you need to do is not make JavaScript to work in cURL, but to use the correct URLs.
Read the below article carefully and follow the sequence of URLs to retrieve the information.
https://jazz.net/library/article/1001
Read the below article carefully and follow the sequence of URLs to retrieve the information.
https://jazz.net/library/article/1001
Comments
Robert Gillespie
Sep 22 '15, 11:40 p.m.I am using CLM version 4.0.5
Donald Nong
Sep 22 '15, 11:41 p.m."Comment" on your post, rather than "answer" if the content is not an answer.