Hallo,
how can i get a list with all Nodes on my Druapl Service with RPC Call?

Comments

bmcmurray’s picture

Returning *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.

robloach’s picture

Status: Active » Fixed

Yeah, 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.

ozon’s picture

Hey Thanks.
That is a great Idea. I use already Views.
I might have guessed.
Thanks all!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.