Developer Documentation Library > Interviewer - Server > Architecture > Web Service tier > Interview Web Service > Interview Web Service interface > /api/surveys/PROJECT/image_cache_url
 
/api/surveys/PROJECT/image_cache_url
This URL can be used to retrieve the Interview Web Service's image cache URL. It will be returned as either XML or JSON (default) depending on the format query parameter. Attempting to retrieve this URL with the HTML format will result in an error.
<ImageCacheURL>http://<SERVER_NAME)/SPSSMR/ImageCache.aspx?Project=<PROJECT_NAME>&File=</ImageCacheURL>
or
{ "ImageCacheURL": "http://<SERVER_NAME)/SPSSMR/ImageCache.aspx?Project=<PROJECT_NAME>&File=" }
See also
Interview Web Service interface