You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call the /corporations/{corporation_id}/blueprints/ route it doesn't provide every blueprint that I own.
In fact, it provides 25 pages of 1000 elements but still, a large amount blueprint is missing. It looks like that there is a hard limit on pagination might be related to an ingame issue EBR-237289.
Request
GET /latest/corporations/{corporation_id}/blueprints/?datasource=tranquility is the route where I have issue on.
The character route might issue the same limit, didn't test it though
Response
Status Code
200
Headers
Include relevant headers received. Timestamps and request ID is nice, you may not have all these values, fill out what you received (don't worry about headers not listed here, unless pertinent to your issue). E.g.:
Bug
When I call the
/corporations/{corporation_id}/blueprints/
route it doesn't provide every blueprint that I own.In fact, it provides 25 pages of 1000 elements but still, a large amount blueprint is missing. It looks like that there is a hard limit on pagination might be related to an ingame issue
EBR-237289
.Request
GET /latest/corporations/{corporation_id}/blueprints/?datasource=tranquility
is the route where I have issue on.The character route might issue the same limit, didn't test it though
Response
Status Code
200
Headers
Include relevant headers received. Timestamps and request ID is nice, you may not have all these values, fill out what you received (don't worry about headers not listed here, unless pertinent to your issue). E.g.:
Body
I have 25 pages of 1000 elements in here without some of my blueprint. TypeIDs are
57523
,991
,36972
to list a few. At least 100 BPOs are missing.Expected
I'm expecting to receive a
200
response code but with every pagesChecklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: