In the current text, the description of how pagination works is buried in the Response sub-section of the getNode method. Although technically correct, this makes it easy to miss.
The description of how pagination works should be in a separate sub-section, clearly titled Pagination or Paged response.
This might include fixing the text in the description. The Request section lists the parameters as uri and limit, but the Response section refers to uri and offset.
In the current text, the description of how pagination works is buried in the Response sub-section of the getNode method. Although technically correct, this makes it easy to miss.
The description of how pagination works should be in a separate sub-section, clearly titled Pagination or Paged response.