Pattern Encodings ================= .. code-block:: http /api/admin/patternencodings Get ~~~ .. http:get:: /api/admin/patternencodings :synopsis: List the available pattern encodings Lists the available pattern encodings that can be applied to a repository .. code-block:: http GET /api/admin/patternencodings HTTP/1.1 Accept: application/json The response will be a :doc:`/standard-response`. The columns displayed for each encoding are: .. csv-table:: :header: Human Name, Column Name, Description :widths: 25, 25, 50 "Pattern ID", "PATTERN_ID", "Pattern ID" "Description", "_description", "Description" "Repertoire", "REPERTOIRE", "Repertoire" "Language", "LANGUAGE", "Language" "Arguments", "ARGS", "Arguments" The ``rows`` array will contain one element for each encoding: .. code-block:: json { "dataRow": [ "1", "default eg. $Aabc pa4", "", "", "discovery_latin1_a 1" ] } The list of available pattern encodings is displayed to the end-user when :ref:`creating ` or :ref:`editing ` a repository.