Has More Path

The Has More Path property specifies the header name or the path where the has more indicator is found. This is a Boolean field or the header that has the value of true to indicate that there are more pages to be fetched.

This property is applicable when the Pagination Type is set to Offset or Page.

If the adapter is configured for offset paging, the corresponding command for this property is:

-OHMP [path|name]

If the adapter is configured for page paging, the corresponding command for this property is:

-PHMP [path|name]

See JSON Paths for specifying path.