Export Encodings ==================================== .. code-block:: http /api/repositories/(string:repository)/exportencodings .. csv-table:: :header: Parameter, Type, Purpose :widths: 20, 20, 60 :stub-columns: 1 repository, string, The name of the :doc:`repository ` to access Get ~~~~ .. http:get:: /api/repositories/(string:repository)/exportencodings :synopsis: Lists all supported export encodings Lists all supported export encodings .. code-block:: http GET /api/repositories/jupiter/exportencodings HTTP/1.1 Accept: application/json .. csv-table:: :header: Response Code, Reason :widths: 25, 75 200, No error 500, Server error The response is a :doc:`standard-response`, with a list of supported export encodings. The ``columns`` array will contain the list of columns for each data row. .. csv-table:: :header: Human Name, Column Name, Description :widths: 25, 25, 50 "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"