Get File Types

Get File Types

Get file types

Request
URI
GET
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/metadata/fileTypes
COPY
Path Parameters
string
enterpriseLogicalId
Required

Enterprise Logical ID


Responses
200

List of File types

Returns fileTypesResponse of type(s) application/json
{
    "documentTypes": {
        "Engineering Applications": [
            "string"
        ],
        "Productivity": [
            "string"
        ],
        "Word Processors": [
            "string"
        ],
        "Spreadsheets": [
            "string"
        ],
        "Presentation Tools": [
            "string"
        ]
    },
    "fileTypes": {
        "Scripts and Executables": [
            "string"
        ],
        "Archives and Compressed Packages": [
            "string"
        ],
        "Multimedia": [
            "string"
        ],
        "Calendar": [
            "string"
        ]
    }
}
object
documentTypes
Optional

documentTypes

object
fileTypes
Optional

fileTypes