Office 365 Video [DEPRECATED]

Video for Office 365 offers a highly scalable, easy-to-use portal for uploading and sharing your corporate videos

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Standard All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Standard All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Connector Metadata
Publisher Microsoft
Website https://products.office.com/microsoft-stream

Deprecation Information

Office 365 Video is retired. More information: here Therefore this connector will be retired as well.

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Checks video portal status [DEPRECATED]

Checks the video portal status to see if video services are enabled

Get all viewable Channels [DEPRECATED]

Gets all the channels the user has viewing access to

Get playback url of the Azure Media Services manifest for a video [DEPRECATED]

Get playback url of the Azure Media Services manifest for a video

Get the bearer token to get access to decrypt the video [DEPRECATED]

Get the bearer token to get access to decrypt the video

Gets information about a particular office365 video [DEPRECATED]

Gets information about a particular office365 video

Lists all the office365 videos present in a channel [DEPRECATED]

Lists all the office365 videos present in a channel

Checks video portal status [DEPRECATED]

Checks the video portal status to see if video services are enabled

Parameters

Name Key Required Type Description
The tenant name (URL) for the directory the user is part of
tenant True string

The tenant name (URL) for the directory the user is part of.

Returns

response
boolean

Get all viewable Channels [DEPRECATED]

Gets all the channels the user has viewing access to

Parameters

Name Key Required Type Description
The tenant name (URL) for the directory the user is part of
tenant True string

The tenant name (URL) for the directory the user is part of.

Returns

response
array of Channel

Get playback url of the Azure Media Services manifest for a video [DEPRECATED]

Get playback url of the Azure Media Services manifest for a video

Parameters

Name Key Required Type Description
The tenant name (URL) for the directory the user is part of
tenant True string

The tenant name (URL) for the directory the user is part of

The channel id
channelId True string

The channel id

The video id
videoId True string

The video id

Streaming format type. 1 - Smooth Streaming or MPEG-DASH. 0 - HLS Streaming
streamingFormatType True string

Streaming format type. 1 - Smooth Streaming or MPEG-DASH. 0 - HLS Streaming

Returns

response
string

Get the bearer token to get access to decrypt the video [DEPRECATED]

Get the bearer token to get access to decrypt the video

Parameters

Name Key Required Type Description
The tenant name (URL) for the directory the user is part of
tenant True string

The tenant name (URL) for the directory the user is part of

The channel id
channelId True string

The channel id

The video id
videoId True string

The video id

Returns

response
string

Gets information about a particular office365 video [DEPRECATED]

Gets information about a particular office365 video

Parameters

Name Key Required Type Description
The tenant name (URL) for the directory the user is part of
tenant True string

The tenant name (URL) for the directory the user is part of

The channel id
channelId True string

The channel id

The video id
videoId True string

The video id

Returns

Video class

Body
Video

Lists all the office365 videos present in a channel [DEPRECATED]

Lists all the office365 videos present in a channel

Parameters

Name Key Required Type Description
The tenant name (URL) for the directory the user is part of
tenant True string

The tenant name (URL) for the directory the user is part of

The channel id from which videos need to be fetched
channelId True string

The channel id from which videos need to be fetched

Returns

response
array of Video

Definitions

Channel

Channel class

Name Path Type Description
Id
Id string

Channel Id

Title
Title string

Channel title

Description
Description string

Channel description

Video

Video class

Name Path Type Description
Id
Id string

Video id

Title
Title string

video title

Description
Description string

video description

CreationDate
CreationDate string

creation date of the video

Owner
Owner string

video owner

ThumbnailUrl
ThumbnailUrl string

Thumbnail url

VideoUrl
VideoUrl string

video url

VideoDuration
VideoDuration integer

video duration

VideoProcessingStatus
VideoProcessingStatus integer

video processing status

ViewCount
ViewCount integer

video view count

boolean

This is the basic data type 'boolean'.

string

This is the basic data type 'string'.