Description
Get file type with renderer app
Headers
content_type
application/json
Parameters
id
required, type: String
File type id
Example Response
{
"id": 11,
"title": "Maya",
"renderers": [
{
"id": 51,
"title": "Default"
},
{
"id": 52,
"title": "Mental Ray"
},
{
"id": 57,
"title": "V-Ray"
}
]
}