Description

Fetch all file types with their renderers app

Headers

content_type

application/json

Parameters

Example Response

{
    "file_types": [
        {
            "id": "8",
            "title": "Lightwave",
            "renderers": [
                {
                    "id": "48",
                    "title": "Default"
                },
                {
                    "id": "55",
                    "title": "Other"
                }
            ]
        }
    ]
}