NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

In LexEVS 6.5.0, the number of entries in each REST service call can be controlled from a properties file.  The wepapp webapp-config.properties file has the ability to set how many entries to return for each call.  If there are more entries than this number, then the return call passes along additional links to retrieve the next/previous pages.

The maxToReturn property applies to all REST calls: to entities, value sets, associations, etc. If this property is not specified in the wepappwebapp-config.properties or passed in via the REST URL, the internal default is 50.

...

No maxToReturn value set in the URL. This will use the value set in wepappwebapp-config.properties file, 1000.

...

Additional information on how to set the wepappwebapp-config.properties file can be found in the readme here: https://github.com/cts2/lexevs-service/

...