Rally Software

  • 1.  REST API - JSON DATA retrieved

    Posted May 10, 2017 09:06 AM

    Hi,

     

    Is there any way to lighten the output json by throwing away all API attributes ?

    Actually, I'm using "fetch=attribute1, ..." in my REST API query but even, it retrieves all  "_ref, ..." API 2.0 attributes which are blowing the json with unnecessary data.

     

    Why I'm asking this : because I'm parsing the json and putting the result into SQL tables

     

    Thanks for your feedback.



  • 2.  Re: REST API - JSON DATA retrieved

    Posted May 10, 2017 12:30 PM

    Hi Arcondo,

     

    It sounds like you are already doing what you can to lighten the JSON output by setting fetch="NeededAttributes". The other attributes are always returned. If you are using the API via some programming language, there might be some JSON parsing available in that language to make it easier.

     

    Hope that helps,

    Sean Davis