K2 5.3
Hi, I have create a list view based on a REST endpoint which (along with data on JSON format) also provides HATEOS such as below.
My question is how K2 SmartForm list view can utilize this information? Thanks.
"hasMore": true, "limit": 200, "offset": 0, "count": 200, "links": " { "rel": "self", "href": "https://mycompanyurl/hol/" }, { "rel": "describedby", "href": "https://mycompanyurl/hol/" }, { "rel": "first", "href": "https://mycompanyurl/hol/" }, { "rel": "next", "href": "https://mycompanyurl/hol/?offset=200" } ]}