cURL
curl --request GET \ --url https://api.mottostreaming.com/ott/file_kinds/v1/batch \ --header 'Authorization: Bearer <token>'
{ "file_kinds": [ { "id": "<string>", "name": "<string>", "environment": "<string>", "description": "<string>", "content_types": [ "<string>" ], "min_count": 123, "max_count": 123, "max_size": "<string>", "template": "<string>", "category": "<string>", "priority": "<string>" } ] }
BatchGetFileKinds
Returns kinds of files by file_kind IDs.
Show child attributes