Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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