Forum Discussion
gregwyne
14 years agoContributor
Hello, this is Greg from CodeCollaborator Support.
As of now there is not a way to get the full url of a review from the command line, however since CC web URLs are static if you have the review ID you can easily get the URL. Our URL format (as you noted) is as follows:
http://<CC_DOMAIN_NAME>/go?page=ReviewDisplay&reviewid=<REVIEW_ID>
So nothing changes except the id. An easy way to get the full thing without typing it is to make a very simple script that takes the review id, throws it at the end of the url string, and outputs it back to the command line.
Regards,
Greg W.
As of now there is not a way to get the full url of a review from the command line, however since CC web URLs are static if you have the review ID you can easily get the URL. Our URL format (as you noted) is as follows:
http://<CC_DOMAIN_NAME>/go?page=ReviewDisplay&reviewid=<REVIEW_ID>
So nothing changes except the id. An easy way to get the full thing without typing it is to make a very simple script that takes the review id, throws it at the end of the url string, and outputs it back to the command line.
Regards,
Greg W.
Related Content
- 12 years ago
Recent Discussions
- 23 seconds ago