podio / podio-dotnet

Podio .NET client
MIT License
19 stars 39 forks source link

GetReferencesToItemByField not returning result #25

Closed matq007 closed 8 years ago

matq007 commented 8 years ago

Hi I am trying to access item with GetReferencesToItemByField, but I am getting no result. Can you check it out?

AjmalVh commented 8 years ago

The method is working perfect. It will retrieve all items, referenced from a particular field, when supplied with item_id of the referenced item and field_id of field which it is referenced from.

For example, if you have a Project and Timesheet App. Your Timesheet App got a relationship field named 'Working project' that can reference a project item. If you supply the field_id of 'Working project' field of timesheet app and item_id of a particular project, it will return all the projects referenced from the 'Working project' field of timesheet app. Hope it makes sense.

capture