Export Encodings¶
/api/repositories/(string:repository)/exportencodings
| Parameter | Type | Purpose |
|---|---|---|
| repository | string | The name of the repository to access |
Get¶
-
GET/api/repositories/(string: repository)/exportencodings¶ Lists all supported export encodings
GET /api/repositories/jupiter/exportencodings HTTP/1.1
Accept: application/json
| Response Code | Reason |
|---|---|
| 200 | No error |
| 500 | Server error |
The response is a Standard Response, with a list of supported export encodings.
The columns array will contain the list of columns for each data row.
| Human Name | Column Name | Description |
|---|---|---|
| Description | DESCRIPTION | Encoding description |
| Windows Encoding | WINENC | Windows encoding name |
| Tcl Encoding | TCLENC | TCL encoding name |
| Bytes | BYTES | Number of bytes in the encoding |
| TSS Encoding | TRILLENC | Trillium encoding name |