Search References Request is not working.

Comments

5 comments

  • Ajmal v Hassainar

    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.

    1
    Comment actions Permalink
  • Ajmal v Hassainar

    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.

     

    0
    Comment actions Permalink
  • Bhavin Panchal

    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

     

    0
    Comment actions Permalink
  • Ajmal v Hassainar
    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.

    1
    Comment actions Permalink
  • Bhavin Panchal

    Ok, Thanks a lot for quick response.

    Bhavin Panchal

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk