Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

it will return the first page containing at max 10 Document objects having the property documentAmount greater than 100000. In the response will be added an header parameter called totalObjectsNumber that indicates the total number of objects of the endpoint.

From API 5.18 is possible to avoid to get totalObjectsNumber  sending the HTTP header parameter noCount = YES, this will allow a bit better performance.


Another example:


/ws/rest/Vessel?filter=flag.countryCode(EQ)HK&pageNumber=4&limit=10

...