Closed (fixed)
Project:
Services
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Apr 2009 at 17:48 UTC
Updated:
1 Dec 2009 at 17:41 UTC
I am trying to get comment data with views.get
It seems I am only able to get the CID and I cannot ask for specific fields
Comments
Comment #1
gdoteof commentedit didn't seem this was possible with the current implementation. I am balls to the wall busy and cvs won't check out for me, so I am sorry for no patch.. someone else is free to make one or I will on request in the coming days but I added:
for a final function of
It's not perfect, as you can't filter by fields. However it does respect the views' fields. It should be noted this only works when row type is set to 'fields' and not 'comments'
Comment #2
marcingy commentedIt might be worth you getting involved in the efforts going on here to improve views handling in services - http://drupal.org/node/329048.
Comment #3
marcingy commentedadded tag
Comment #4
gddThis should work properly in the new views.get function, included in the current -dev version. If you continue to have problems please open a new issue as that version is very different.