Matter Api - Limit on records returned

Apologies if this has been answered previously...I am working with the Matter api to retrieve matters and it appears that the limit parameter is not recognized.  The max records returned is 100.  Does anyone know if the number of records returned can be increased in one rest api call?

  • 0
    Thomson Reuters Thomson Reuters staff member

    Hello,

    Could you please share the application name along with the API endpoint?

    Thanks!

  • Hi Karthikraja,  The application I am using is Postman and the api is:  ..../legal-tracker/matters-api/v1/matters.

  • 0
    Thomson Reuters Thomson Reuters staff member
    in reply to ed.craft

    Hello,

    These are all the query parameters available for the given endpoint.

    • $select
    • $filter
    • $top
    • $skip
    • $count

    Limit is not valid parameter. You can adjust $top parameter to fetch records based on the requirement (e.g $top=150). Default value for this parameter is 100.

    Thanks!

  • Thank you for the info. It appears that if I try to use the matter api to retrieve 2000 records (we have approx 90,000), my api request times out.  I need to retrieve all 90K records.  Is there another way that you can recommend to retrieve records at scale?  Is there a problem with the matter api to retrieve a large amount of records?

  • 0
    Thomson Reuters Thomson Reuters staff member
    in reply to ed.craft

    Hello,

    Could you please write an email to legaltracker-support@thomsonreuters.com along with your company details. It'll help us to investigate further.

    Thanks!