It's all about the answers!

Ask a question

RTC REST API Javascript Issue using PERL and CURL


Robert Gillespie (11) | asked Sep 21 '15, 12:18 p.m.
edited Oct 29 '15, 8:59 a.m.



Comments
Robert Gillespie commented Sep 21 '15, 1:05 p.m. | edited Sep 22 '15, 11:40 p.m.

I am using CLM version 4.0.5


Donald Nong commented Sep 22 '15, 11:41 p.m.

"Comment" on your post, rather than "answer" if the content is not an answer.

One answer



permanent link
Donald Nong (14.5k414) | answered Sep 22 '15, 11:49 p.m.
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

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.