By manuelBS on
Hi, I am using the views and the services module.
I have built a view that has a filefield in its result set. If I execute the view in the browser, i get the image displayed. Thats nice. But if i call the view with the service module using views.get I only get the file id. So i would have to call file.get for every file i would like to display. That not very good for performance reasons.
Does anybody know how to call the view an get the filepath of the image? It would be nice to get an imagecached file in the resultset of the view. Does anybody know how to do that?
Thanks!
Comments
subscribe
+1
Let me see how you used the views.get before i can assist you
Post your attempt to use the views.get
Hi
Hi this post is related from 1 year ago.
Same issue
I'm running into the same problem. I am trying to pull a node back using the services module, but it doesn't give me a full path. Anyone know how to get this?
Thanks,
Vito