Integration with Web API only returning 20 results (sometimes 10)

Certified Associate Developer

Hello, 
I set up an integration utilizing the rawg.io API and it seems to be working fine. However, I noticed that even though the count for a lot of the results is in the thousands, I'm only getting dictionary results of 10 or 20

  
I'm having trouble if this is something built into the API, or if its something I missed with Appian.

Thank you

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    I solved it. Since the issue was happening with the integration, I didn't think any kind of Appian function would solve this. The problem was with my API call. The docs of the API had a parameter called "page_size" I was overlooking. I just added it to the parameters and got what I was looking for. Appian still truncates large sets of data in the results, but if you call that data with rule! in an interface it gives you everything. 

Reply
  • 0
    Certified Associate Developer

    I solved it. Since the issue was happening with the integration, I didn't think any kind of Appian function would solve this. The problem was with my API call. The docs of the API had a parameter called "page_size" I was overlooking. I just added it to the parameters and got what I was looking for. Appian still truncates large sets of data in the results, but if you call that data with rule! in an interface it gives you everything. 

Children
No Data