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
Design of JSON-Responses for Request and Rest Stores
It took me quite some time to research until I finally figured out, that the OnDemandGrid /-List does not work with Request or Rest Stores if the response doesn't include the total amount of results.
There are actually 2 different supported formats of json responses that are supported.
Please, include this in your documentation.
First way:
Include a header in the response like: Content-Range:items 0-24/500
Design of JSON-Responses for Request and Rest Stores
It took me quite some time to research until I finally figured out, that the OnDemandGrid /-List does not work with Request or Rest Stores if the response doesn't include the total amount of results.
There are actually 2 different supported formats of json responses that are supported.
Please, include this in your documentation.
First way:
Include a header in the response like:
Content-Range:items 0-24/500
Data:
Second way:
Include a total field in the json:
The text was updated successfully, but these errors were encountered: