Closed (fixed)
Project:
Services
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2008 at 13:44 UTC
Updated:
6 Feb 2008 at 19:12 UTC
Hallo,
how can i get a list with all Nodes on my Druapl Service with RPC Call?
Comments
Comment #1
bmcmurray commentedReturning *all* of the nodes in a single Services call could be a pretty big operation depending on how many nodes you have.
The easiest ways to do so however would be to create a basic view (using Views.module) which returns all of your content and then use a views.getView(), or to throw all of your content into a taxonomy term and use taxonomy.getTree() to retrieve them.
Comment #2
robloachYeah, I would do what bmcmurray suggested, and create a View called something like "AllNodes", and then use views.getView to return all the nodes returned from the AllNodes view.
Comment #3
ozon commentedHey Thanks.
That is a great Idea. I use already Views.
I might have guessed.
Thanks all!
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.