Versions Compared

Key

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

...

This operation retrieves a list of all Reference Data profiles that are available to the user.

Inforw-ui-textbox-macro
typetip

Example - Retrieving a list

Code Block
languagebash
$ curl -u \
user:passw http://localhost:9000/api/v1/refdatas  
  

Get Metadata

Resource path: /refdatas/<Reference Data profile>/table/<table name>?sessionid=<session id>

...

This operation retrieves table metadata that can be used for grid configuration, export, and Import configuration etc. If Last Update feature is enabled, the values stored in the most recent Last Update user and timestamp column will be retrieved as well. The result is returned synchronously.

...

Rw ui textbox macro
typetip

Example - Get metadata

Code Block
languagebash
$ curl -u user:passw \
http://localhost:9000/api/v1/refdatas/Default.refprofile_star/table/APP.STAR? \
sessionid=vusncl88sjghv7h8nkb0ohja6t

...