Search References Request is not working.
Hello,
I am trying to get fields value and I have found one thing during my analysis. Unfortunately it is not working. Below is my error.
Can anybody help me please why it is throwing error?
Bhavin Panchal
-
Hi
Try caching the PodioException and inspect the error object. See Debugging and error handling section in Podio C# client library documentation for more info.
-
Please see this documentation and understand the request JSON expected by Podio API, SearchReferencesRequest C# object the one converted to JSON. Also can you let me know what are you trying to achieve using this method.
-
Hello,
I am trying to pull value of selected fields. Means I want to get data for few fields not for all. So, I need to filter "field_id" but I don't know how to filter it. I have already asked question for this but I have not get any proper solution. Please check this link https://help.podio.com/hc/en-us/community/posts/207067398-How-to-get-field-values-?page=1#community_comment_209323258
I have found search method during my research so, I have tried it but this is also not worked.
Are you getting my point?
I have tried below thing but throw an error.
Please help.
Bhavin Panchal
-
I am trying to pull value of selected fields. Means I want to get data for few fields not for all
Whether or not you need to get values of all fields, you can use Filter method from Iteamservice to get the desired set of items. Then loop through the resulting items and get the values of the fields you need. That is the way to go, You do not need Search References method to achieve this.
Please sign in to leave a comment.
Comments
5 comments