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
Request with resultPageCount>=100 returns HTTP Status 400 – Bad Request instead list of records. The issue does not depend on whether I am checking on a test or product database.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Note It is not possible to return more than 1000 entries. Combinations of resultPageIndex and resultPageCount that would lead to such a result lead to an HTTP status code 400.
The implementation seems to differ:
Instead of limiting the number of results to max 1000,
The last-result-index is limited to max 1000.
It is not possible to request a result beyond index 1000.
Examples:
Request with resultPageCount>=100 returns HTTP Status 400 – Bad Request instead list of records. The issue does not depend on whether I am checking on a test or product database.
https://test-directory.peppol.eu/search/1.0/xml?q=test&resultPageIndex=100&resultPageCount=10
The text was updated successfully, but these errors were encountered: