The new intelliflo
tech blog

Bulkvaluations API: Skip and Top becomes skip and top

By Christofer Andersson
11/11/19 15:21

Currently our bulkvaluation API uses uppercase "Top" and "Skip":

Skip Number of records to skip. Must be greater than or equal to zero
Top Number of records to retrieve (default 100, max 500)

 

After the change the API will accept lowercase "top" and "skip":

skip Number of records to skip. Must be greater than or equal to zero
top Number of records to retrieve (default 100, max 500)

 

This change will align bulkvaluation API with the rest of our APIs and is scheduled to be deployed into production on the 25th of November. Please update your code to use lowercase skip and top.

API

Subscribe to our newsletters

Recent posts