Charsets

Charsets - ListCharsets

List the available charsets

GET

Request URL
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/Charsets

Success Response

Response (application/json)
[
    {
        "charsets": [
            "ascii",
            "big5",
            "utf_8",
            "utf_8_sig"
        ]
    }
]

Last updated

Was this helpful?