...
Note |
---|
Note! Temporary files are created on the Platform host when the user executes queries via Reference Data Management. These temporary files, which are stored in |
...
The tables below describe the various operation operations that are available for Reference Data Management.
...
For further information about enabling encryption, see Network Security in the System Administration userAdministrator's guideGuide.
Basic authentication is used and you must pass user credentials for each RESTful call.
...
This operation retrieves table metadata that can be used for viewing or to derive parameters for other REST APIs. If the Last Update feature is enabled, the values stored in the most recent Last Update user and timestamp column will be are retrieved as well. The result is returned synchronously.
...
This operation executes database queries on a specific a Reference Data profile and database table. The query is performed asynchronously and control is returned immediately. You can retrieve the result of the query by using /rowset/<rowset number>?sessionid=<session id>
. This operation requires Input parameters that are passed in a JSON format as part of the HTTP message body.
...
Resource path | /refdatas/<Reference Data profile>/table/<table name>/rowset?sessionid=<session id> |
---|---|
HTTP method | PUT |
Body | This is where the executeQuery will be is included. The executeQuery JSON payload will include includes these options:
|
...
This operation returns a status message. It can be used to retrieve active processes and to query the number of available rows, data sets, and the status of imports and exports. If the Last Update feature is enabled, the values stored in the most recent Last Update user and timestamp column will be are retrieved as well.
Resource path | /status?sessionid=<session id> |
---|---|
HTTP method | GET |
...
Abort Process
This operation request requests the active process to abort.
...
Resource path | /refdatas/<Reference Data profile>/table/<table name>/download?sessionid=<sessionid> | ||
---|---|---|---|
HTTP method | POST | ||
Body | This is where the exportParams will be are included. The exportParams JSON payload will include includes these options:
|
...
Resource path | /refdatas/<Reference Data profile>/table/<table name>/upload?sessionid=<sessionid> |
---|---|
HTTP method | POST |
Body | This is where the file and the input parameters will be are included. The exportParams format will include includes these optional optsoptions:
|
...
This operation saves data modification (insert/update/delete). Changes are saved within the client session. Input parameters are passed in a JSON format as part of the HTTP message body.
...
Note |
---|
Note!The save operation is supported either on Oracle (based on the ROWID pseudo column) or non-Oracle type tables containing a Primary Key constraint. Non-Oracle tables without a Primary Key are not supported for data modifications. |
Resource path | /save?sessionid=<session id> | ||
---|---|---|---|
HTTP method | PUT | ||
Body | This is where the dataEdit will be dataEdits are included. The dataEdit JSON payload will include includes these options:
|
...
This operation applies saved edits in the database and commits the work in case of success. You can use force
commit in case of errors. If the Last Update feature is enabled, the user name and modification timestamp values for insert/update modifications will be are stored in the Last Update columns specified in the Reference Data Management Profile. The Last Update information will be is used by the Get Status
operation to retrieve the most recent Last Update user and timestamp.
...
Note |
---|
Note!Pseudo Primary Keys for inserted rows can be included in the |
...
Resource path | /save/cancel?sessionid=<session id> |
---|---|
HTTP method | PUT |
Body | This is where the dataEdit will be dataEdits are included. The dataEdit JSON payload will include includes these options:
|
Rw ui textbox macro | |||||
---|---|---|---|---|---|
| |||||
Example - Cancel changes
|
...
This operation shows an example json JSON payload format that applies for a Get Query
operation.
...
Show Demo Changes
This operation shows and an example json JSON payload format that applies for a Save Changes
operation.
...