Fusion Manage Forum
Welcome to Autodesk’s Fusion Manage (formerly Fusion 360 Manage) Forum. Share your knowledge, ask questions, and explore popular Fusion Manage topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Search limits using API V3

0 REPLIES 0
Reply
Message 1 of 1
maksim.savchenkoTANUP
367 Views, 0 Replies

Search limits using API V3

Hi!

We using "api/v3/search-results" endpoint to find items which match the request parameters.

Unfortunately, this only works for "offset<10000", because when we try to get data for 10001,

 

https://<company>.autodeskplm360.net/api/v3/search-results?limit=1&offset=10000&query=workspaceId%3d...

 

we get an error:

{
    "statusCode"400,
    "errors": [
        "BAD_REQUEST"
    ],
    "message""The index for the items that the request tried to reach is above the limit of items retrievable from search operation"
}
 
Total count for this search operation:
https://<company>..autodeskplm360.net/api/v3/search-results?limit=1&offset=9999&page=&query=workspaceId%3d142+AND+(ITEM_DETAILS%3aPROPERTY_2%3d%22MACHINED%22+AND+ITEM_DETAILS%3aPROPERTY_6%3d%22%23600%22++)

 

Return:

{

 "__self__""/api/v3/search-results",
    "offset"9999,
    "limit"1,
    "totalCount": 14113,
}
Is this a bug or do I need to pass some additional parameter to get search value for offset>10000?
Thanks!
Tags (3)
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report