A search should do the trick..
Try something like this...
http://api.eventful.com/rest/demands/search?
app_key=test_key&q=spid:P0-001-000003742-9
Let us know if you need anything.
Enjoy,
-Dan
On Jun 9, 2007, at 2:19 PM, Scott Andrew wrote:
I'm writing an app that pulls the demands for a particular performer.
Currently it looks like I need to supply the performer ID to /
perfomers/get, then iterate over the demand elements, passing each
one to /demands/get to find the details.
This seems expensive. Is there a way to batch these requests to /
demands/get ? Or is there another way to get all the demands for a
performer directly with one call?
I experimented with /demands/search, but it's inaccurate because it
doesn't accept performer IDs AFAICT. A search for, say, "Hawthorne
Heights" pulls up demands of other performers who've listed HH
somewhere in their profiles.
thanks,
Scott