...
This operation performs a database table export. Input parameters are passed in a JSON format as part of the HTTP message body as a APPLICATION_FORM_URLENCODED string.
Parameters | Description | Value |
---|---|---|
Resource path | The path to where the resource is located | /refdatas/<Reference Data profile>/table/<table name>/download?sessionid=<sessionid> |
HTTP method | The HTTP method of the export command. | POST |
Basic Auth | This is a required parameter which contains the username and password. | user:passw |
Body | This is where the exportParams will be included in url encoding. The exportParams format will include these optional options:
| Example format: exportParams={"opts":{"textQualifier":"\'","separator":";","extent":"all"},"selectedColumns":["COLUMN1","COLUMN2"]} exportParams=%7B%22opts%22%3A%7B%22textQualifier%22%3A%22%5C'\''%22%2C%22separator%22%3A%22%3B%22%2C%22extent%22%3A%22all%22%7D%2C%22selectedColumns%22%3A%5B%22CITY%22%2C%22CUSTOMER_NAME%22%5D%7D |
Info | ||
---|---|---|
| ||
|
...