question

Upvotes
Accepted
1 0 1 1

Is there any autosuggestion REST API for reducing searching result list?

I using "search" service for getting company list, which suitable for text, which user start typing in form. I want to use this list for autosuggestion, but list is very long (100-1000...). Is there a way for reducing search result list? Maybe there are special API or relevant ordering, and I can show only first few of them?

permid-apiintelligent-tagging-apirest-apiopen-permid-apisearch
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
78.2k 246 52 72

If you use Entity Search (https://api.thomsonreuters.com/permid/search), the order, start, and num request parameters can be used to reduce the search result list. For example:

https://api.thomsonreuters.com/permid/search?access-token=<token>&q=name%3AAb&entityType=quote&start=1&num=5

For more information, please refer to PermID APIs User Guide in section 3.3 API Request. Otherwise, you can access Entity Search Dev Tools.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.