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

farez’s picture

+1

dontayeb’s picture

Post your attempt to use the views.get

kalash’s picture

Hi this post is related from 1 year ago.

Vito Andolini’s picture

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