2024-02-16
▼ ▲ displayvideo.media.upload
Path : media/{+resourceName}
Flat Path : media/{mediaId}
HTTP Method : POST
Parameters :
resourceName
Description : Name of the media that is being downloaded. See ReadRequest.resource_name.
Pattern : ^.*$
Location : path
Required : Yes
Type : string
Parameter Order : resourceName
Supportsmediaupload : Yes
Mediaupload :
Accept : */*
Protocols :
Simple :
Multipart : Yes
Path : /upload/media/{+resourceName}
Scopes :
Description : Uploads media. Upload is supported on the URI `/upload/media/{resource_name=**}?upload_type=media.` **Note**: Upload requests will not be successful without including `upload_type=media` query string.
▼ ▲ displayvideo.media.download
Path : download/{+resourceName}
Flat Path : download/{downloadId}
HTTP Method : GET
Parameters :
resourceName
Description : Name of the media that is being downloaded. See ReadRequest.resource_name.
Pattern : ^.*$
Location : path
Required : Yes
Type : string
Parameter Order : resourceName
Supportsmediadownload : Yes
Scopes :
Description : Downloads media. Download is supported on the URI `/download/{resource_name=**}?alt=media.` **Note**: Download requests will not be successful without including `alt=media` query string.
▼ ▲ displayvideo.sdfdownloadtasks.operations.get
Path : v4/{+name}
Flat Path : v4/sdfdownloadtasks/operations/{operationsId}
HTTP Method : GET
Parameters :
name
Description : The name of the operation resource.
Pattern : ^sdfdownloadtasks/operations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Gets the latest state of an asynchronous SDF download task operation. Clients should poll this method at intervals of 30 seconds.