
Vimeo is a powerful tool for video management, marketing, and analytics all in one place.
|
Status: Preview |
Tier: Standard |
Version: 1.0.0 |
|
Name |
Summary |
|
List channels you follow |
|
Name |
Summary |
|
OnVideoUpload ([internal]string fields, [internal]string sort) |
When I upload a new video |
|
When a video is added to a channel |
|
Name |
Summary |
|
|
|
|
|
|
|
|
Summary: List channels you follow
Description: Lists all channels which the authenticated user follows
Syntax:
Vimeo.ListChannelsFollowed ([internal]string fields)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
fields |
string
|
|
True |
Returns:
Type:array of (Channel)
Summary: When I upload a new video
Description: Triggers a flow when the logged in user uploads a new video
Syntax:
Vimeo.OnVideoUpload ([internal]string fields, [internal]string sort)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
fields |
string
|
|
True |
|
|
sort |
string
|
|
True |
Returns:
Type:array of (Video)
Summary: When a video is added to a channel
Description: Triggers a new flow when a video is added to a channel
Syntax:
Vimeo.OnNewVideoInChannel (string channelId, [internal]string fields, [internal]string sort, [internal]integer per_page)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
channelId |
string (Channel ID) |
Unique ID of the channel to watch for new videos |
True |
|
|
fields |
string
|
|
True |
|
|
sort |
string
|
|
True |
|
|
per_page |
integer
|
|
True |
Returns:
Type:array of (VideoWithChannelId)
Summary:
Description: A Vimeo Channel
Properties:
|
Name |
Type |
Summary |
|
idPlusName |
string
|
id,name |
|
name |
string Channel Name |
Name of the channel |
|
id |
string Channel ID |
ID of the given channel |
|
link |
string Channel Link |
Link to the channel |
|
description |
string Channel Description |
Description of the channel |
|
uri |
string Channel URI |
URI of given channel |
|
created_time |
string(date-time) Created Time |
The time the channel was initially uploaded |
Summary:
Description: A Vimeo video
Properties:
|
Name |
Type |
Summary |
|
name |
string Video Name |
Name of the video |
|
link |
string Video Link |
Link to the video |
|
description |
string Video Description |
Description of the uploaded video |
|
created_time |
string(date-time) Created Time |
The time the video was initially uploaded |
|
modified_time |
string(date-time) Modified Time |
The time the video was last modified |
|
user |
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string Video Author |
Name of the user who uploaded the video |
|
link |
string Video Author Link |
Link to the user who uploaded the video |
Summary:
Description: A Vimeo video
Properties:
|
Name |
Type |
Summary |
|
name |
string Video Name |
Name of the video |
|
link |
string Video Link |
Link to the video |
|
description |
string Video Description |
Description of the uploaded video |
|
created_time |
string(date-time) Created Time |
The time the video was initially uploaded |
|
modified_time |
string(date-time) Modified Time |
The time the video was last modified |
|
channel_id |
string Channel ID |
ID of the channel this video was added to |
|
channel_name |
string Channel Name |
Name of the channel this video was added to |
|
user |
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
name |
string Video Author |
Name of the user who uploaded the video |
|
link |
string Video Author Link |
Link to the user who uploaded the video |