cURL
curl --request GET \ --url https://api.mottostreaming.com/ott/files/v1/{file_id} \ --header 'Authorization: Bearer <token>'
{ "file": { "id": "<string>", "project_id": "<string>", "platform_id": "<string>", "file_kind_id": "<string>", "asset_id": "<string>" } }
GetFile
Returns file information by file ID.
Show child attributes