Anyone pulling graphics through the API? We want to store performance graphics which would then be pulled to the web site.
Hi, We are not using the web api for that right now. But you could store the image url in web content for the performance. The when you make a call to get the performances or performances, you can pull the image url from the web content data which is returned in the dataset.
We do that at Yale for some of our sites. We have the image url as a content type, and it is pulled through and displayed on the website with the performance. Good luck!