Users

Registers a new user

Path

/rest/register

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.UserRegistrationResource

Replaced by

/api/public/user/register

Requests a new password for a user

Path

/rest/users/

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.UsersResource

Replaced by

/api/public/user/password/renew

Renews the password of a user

Path

/rest/users/

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.UsersResource

Replaced by

/api/public/user/password/renew

Lists users

Path

/rest/search/usersList

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.UsersResource

Replaced by

/api/public/search/users

Creates a user connection

Path

/rest/users/{username}/join/{joinType}/{joinedUser}

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.connection.UserJoinResource

Replaced by

N/A

Checks for a user connections

Path

/rest/users/{username}/join/{joinType}/{joinedUser}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.connection.UserJoinResource

Replaced by

N/A

Deletes a user connections

Path

/rest/users/{username}/join/{joinType}/{joinedUser}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.connection.UserJoinResource

Replaced by

N/A

Reads a user profile

Path

/rest/profile

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.users.UserProfileResource

Replaced by

/api/user/me

Updates a user profile

Path

/rest/profile

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.users.UserProfileResource

Replaced by

/api/user/me

Updates the live stream password of a user

Path

/rest/users/{username}/updateLivePwd

Method

Put

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.users.UserUpdateLivePwdResource

Replaced by

/api/user/me

Licenses (aka commercial packets)

Pays to subscribe a license

Path

/rest/userpacket/payment/pay

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.payment.packets.PacketPayFeesResource

Replaced by

/api/license/{licenseName}/subscribe, /api/license/downgrade

Activates a license checking for the succeeded payment

Path

/rest/userpacket/payment/check

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.payment.packets.PacketPayFeeResource

Replaced by

/api/license/{licenseName}/activate

Updates a user license

Path

/rest/admin/packets/manualUpdate

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.users.packets.AdminManualPacketDefinitionResources

Replaced by

/ap/admin/license/{userCode}

WimBox

Uploads a video in WimBox from a local path

Path

/rest/videos

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.VideosResource

Replaced by

/api/box

Queries an upload progress

Path

/rest/uploadProgress/{uploadIdentifier}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.progress.UploadProgressResource

Replaced by

/api/progressbar/{progressbarId}

Uploads a video in WimBox from a remote URL

Path

/rest/externalVideos

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.VideosExternalResource

Replaced by

N/A

Handles the result of an Ingestion process

Path

/rest/ingestion/ingestionResults

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.ingestion.IngestionResultsResource

Replaced by

/rest/ingestion/ingestionResults

Notify the result of an Ingestion process

Path

/rest/registerReadyContentCallback/{contentIdentifier}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.ingestion.RegisterReadyContentCallback

Replaced by

N/A

Maybe this API is used by WimTrade.

Gets a WimBox item

Path

/rest/videos/{contentIdentifier}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.VideoResource

Replaced by

/api/box/{boxId}

Gets a WimBox item

Path

/rest/videos/{contentIdentifier}/details

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.privatepages.DetailedVideoResource

Replaced by

/api/box/{boxId}

Gets a WimBox item acquired from Market Place

Path

/rest/acquired/{acquiredIdentifier}, /rest/videos/{contentIdentifier}/acquired/{acquiredIdentifier}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.market.AcquiredResource

Replaced by

/api/box/{boxId}

Deletes WimBox item

Path

/rest/videos/{contentIdentifier}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.VideoResource

Replaced by

/api/box/{boxId}

Deletes a WimBox item acquired from Market Place

Path

/rest/acquired/{acquiredIdentifier}, /rest/videos/{contentIdentifier}/acquired/{acquiredIdentifier}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.market.AcquiredResource

Replaced by

/api/box/{boxId}

Lists WimBox items

Path

/rest/videos

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.VideosResource

Replaced by

/api/search/box/contents

Lists WimBox items

Path

/rest/ownedVideos

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.privatepages.PrivateOwnedVideosResource

Replaced by

/api/search/box/contents

Lists WimBox items

Path

/rest/ownedVideosSidebar

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.privatepages.sidebar.OwnedVideosSidebarResource

Replaced by

/api/search/box/contents

Downloads a video from WimBox

Path

/rest/videos/{contentIdentifier}/download

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.DownloadVideoResource

Replaced by

/api/content/{contentId}/download, /download/content/{contentId}

Gets a video thumbnail

Path

/rest/videos/{contentIdentifier}/thumbnail

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.ThumbnailResource

Replaced by

/api/box/{boxId}, /asset/thumbnail/{thumbnailId}

Uploads a video thumbnail

Path

/rest/customize/video/{itemIdentifier}/image

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.customize.CustomThumbnailResource

Replaced by

/api/box, /api/box/{boxId}, /api/thumbnail

Deletes a video thumbnail

Path

/rest/customize/video/{itemIdentifier}/image

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.customize.CustomThumbnailResource

Replaced by

/api/box/{boxId}, /api/box/{boxId}

Generate the HTML fragment for playing a video preview

Path

/rest/videos/{contentIdentifier}/videoPreview

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.VideoPreviewResource

Replaced by

/api/box/{boxId}/play

Generate the HTML fragment for playing a video preview

Path

/rest/videos/{contentIdentifier}/publicVideoPreview

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.video.PublicVideoPreviewResource

Replaced by

N/A

Gets a video category

Path

/rest/videoCategory/{catgId}

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.video.category.VideoCategoryResource

Replaced by

N/A

Lists video categories

Path

/rest/rootVideoCategories

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.video.category.RootVideoCategoriesResource

Replaced by

N/A

Lists video categories

Path

/rest/videoCategories

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.video.category.VideoCategoriesResource

Replaced by

N/A

Swaps a category pair

Path

/rest/videoCategoryPriority/swap

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.video.category.SwapVideoCategoryPriorityResource

Replaced by

N/A

WimVod

Publishes a video in WimVod

Path

/rest/videos/{contentIdentifier}/showtime, /rest/videos/{contentIdentifier}/acquired/{acquiredIdentifier}/showtime

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.managed.ShowtimesResource

Replaced by

/api/box/{boxId}/vod

Gets a WimVod item

Path

/rest/showtimeVideos/{showtimeIdentifier}, /rest/videos/{contentIdentifier}/showtime/{showtimeIdentifier}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.managed.ShowtimeResource

Replaced by

/api/vod/{vodId}

Gets a WimVod item

Path

/rest/users/{username}/showtime/{showtimeIdentifier}/details

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.publicpages.PublicShowtimeResource

Replaced by

/api/public/vod/{vodId}

Deletes an existing WimVod item

Path

/rest/showtimeVideos/{showtimeIdentifier}, /rest/videos/{contentIdentifier}/showtime/{showtimeIdentifier}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.managed.ShowtimeResource

Replaced by

/api/vod/{vodId}

Lists WimVod items

Path

/rest/showtimeVideos

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.managed.ShowtimesResource

Replaced by

/api/search/vod/contents

Lists WimVod items

Path

/rest/showtimeVideosSidebar

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.privatepages.sidebar.ShowtimeVideosSidebarResource

Replaced by

/api/search/vod/contents

Lists WimVod items

Path

/rest/users/{username}/showtime

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.publicpages.PublicShowtimesResource

Replaced by

/api/public/search/vod/contents

Lists WimVod items

Path

/rest/home/showtime

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.publicpages.HomeShowtimeResource

Replaced by

/api/public/search/vod/contents

Lists WimVod items

Path

/rest/search/showtimeContents

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.search.ShowtimeContentsResource

Replaced by

/api/public/search/vod/contents

Lists WimVod items

Path

/rest/public/searchResult/showtimeVideos

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.search.result.ShowtimeSearchResultResource

Replaced by

/api/public/search/vod/contents

Downloads a video from WimVod

Path

/rest/showtime/{showtimeIdentifier}/download

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.payment.content.ShowtimeDownloadResource

Replaced by

/api/content/{contentId}/download, /download/content/{contentId}

Generates the embed code of a video in WimVod

Path

/rest/videos/{contentIdentifier}/embeddedPlayers, /rest/vod/{contentIdentifier}/embed

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.video.EmbeddedPlayersResource

Replaced by

N/A

Generates the HTML fragment for playing a video in WimVod

Path

/rest/videos/{contentIdentifier}/showtime/{showtimeIdentifier}/embedded, /rest/showtime/{showtimeIdentifier}/embedded

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.payment.content.EmbeddedPlayResource

Replaced by

N/A

Starts the play process of a video in WimVod

Path

/rest/showtime/{showtimeIdentifier}/play

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.payment.content.ShowtimePlayResource

Replaced by

/api/vod/{vodId}/play, /api/public/vod/{vodId}/play

Starts the payment process for playing a video in WimVod

Path

/rest/showtime/{showtimeIdentifier}/pay

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.payment.content.ShowtimePayResource

Replaced by

/api/vod/{vodId}/pay, /api/public/vod/{vodId}/pay

Content bundles

Creates a content bundle

Path

/rest/contentBundles

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.privatepages.PrivateContentBundlesResource

Replaced by

/api/contentbundle

Lists content bundles

Path

/rest/contentBundles

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.privatepages.PrivateContentBundlesResource

Replaced by

/api/search/contentbundle

Lists content bundles

Path

/rest/contentBundlesSidebar

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.privatepages.sidebar.ContentBundlesSidebarResource

Replaced by

/api/search/contentbundle

Lists content bundles

Path

/rest/public/contentBundles

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.content.managed.ContentBundlesResource

Replaced by

/api/public/search/contentbundle

Lists the videos included in a content bundle

Path

/rest/public/contentBundle/{bundleId}/videos

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.content.managed.ContentBundleVideosResource

Replaced by

/api/public/search/vod/contents

Starts the subscription process for a content bundle

Path

/rest/contentBundle/{bundleId}/subscribe

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.payment.content.ContentBundleSubscribeResource

Replaced by

link.api.html#contentbundle-subscribe[/api/contentbundle/{bundleId}/subscribe]

Starts the payment process for the subscription to a content bundle

Path

/rest/contentBundle/{bundleId}/pay

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.payment.content.ContentBundlePayResource

Replaced by

link.api.html#contentbundle-subscribe[/api/contentbundle/{bundleId}/subscribe]

Queries the result of the payment process for the subscription to a content bundle

Path

/rest/contentBundle/{bundleId}/check

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.payment.content.ContentBundleCheckPaymentResource

Replaced by

link.api.html#contentbundle-activate[/api/contentbundle/{bundleId}/activate]

Market Place

Publishes a video in Market Place

Path

/rest/marketVideos, /rest/videos/{contentIdentifier}/market

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.market.MarketsResource

Replaced by

/api/box/{boxId}/marketplace

Gets a Market Place item

Path

/rest/marketVideos/{marketIdentifier}, /rest/videos/{contentIdentifier}/market/{marketIdentifier}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.market.MarketResource

Replaced by

/api/marketplace/{marketplaceId}

Gets a Market Place item

Path

/rest/users/{username}/market/{marketIdentifier}/details

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.publicpages.PublicMarketResource

Replaced by

/api/public/marketplace/{marketplaceId}

Deletes a Market Place item

Path

/rest/marketVideos/{marketIdentifier}, /rest/videos/{contentIdentifier}/market/{marketIdentifier}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.market.MarketResource

Replaced by

/api/marketplace/{marketplaceId}

Lists Market Place items

Path

/rest/marketVideos, /rest/videos/{contentIdentifier}/market

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.market.MarketsResource

Replaced by

/api/search/marketplace/contents

Lists Market Place items

Path

/rest/marketVideosSidebar

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.privatepages.sidebar.MarketVideosSidebarResource

Replaced by

/api/search/marketplace/contents

Lists Market Place items

Path

/rest/users/{username}/market

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.publicpages.PublicMarketsResource

Replaced by

/api/public/search/marketplace/contents

Lists Market Place items

Path

/rest/search/marketContents

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.search.MarketContentsResource

Replaced by

/api/public/search/marketplace/contents

Lists Market Place items

Path

/rest/public/searchResult/marketVideos

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.search.result.MarketSearchResultResource

Replaced by

/api/public/search/marketplace/contents

Generates the embed code of a video acquired from Market Place

Path

/rest/acquired/{acquiredIdentifier}/embed

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.content.market.EmbedAcquiredResource

Replaced by

N/A

Starts the acquire process of a video

Path

/rest/marketVideos/{marketId}/acquire

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.payment.content.AcquireResource

Replaced by

/api/marketplace/{marketplaceId}/acquire

Starts the payment process for acquiring a video

Path

/rest/marketVideos/{marketId}/acquire/pay

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.payment.content.AcquirePayResource

Replaced by

/api/marketplace/{marketplaceId}/pay

Starts the download process of a video from Market Place

Path

/rest/marketVideos/{marketId}/acquire/download

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.payment.content.AcquireDownloadResource

Replaced by

/api/content/{contentId}/download, /download/content/{contentId}

On June 12, 2013 this API was recognized as used by WimLance.

WimLive

Creates a live event

Path

/rest/liveStream/{reseller}/{organizer}/hosts

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventHostsResource

Replaced by

/api/live/channel/{channelId}/event

Gets a live event

Path

/rest/liveStream/{reseller}/{organizer}/hosts/{hostId}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventHostResource

Replaced by

/api/live/event/{eventId}

Gets a live event

Path

/rest/publicLiveStream/hosts/{hostId}

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.livestream.opened.PublicLiveStreamEventHostResource

Replaced by

/api/public/live/event/{eventId}

Updates a live event

Path

/rest/liveStream/{reseller}/{organizer}/hosts/{hostId}

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventHostResource

Replaced by

/api/live/event/{eventId}

Deletes a live event

Path

/rest/liveStream/{reseller}/{organizer}/hosts/{hostId}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventHostResource

Replaced by

/api/live/event/{eventId}

Lists live events

Path

/rest/liveStream/{reseller}/{organizer}/hosts

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventHostsResource

Replaced by

/api/search/live/channels, /api/search/live/events

Lists live events

Path

/rest/publicLiveStream/hosts

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.livestream.opened.PublicLiveStreamEventHostsResource

Replaced by

/api/public/search/live/events

Lists live events

Path

/rest/publicLiveStream/epg

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.livestream.opened.PublicLiveStreamEpgsResource

Replaced by

/api/public/search/live/events

Generates an URI through by stream a live event.

Path

/rest/liveStream/uri

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventUriResource

Replaced by

/api/public/live/streampath

Generates the embed code of a live event

Path

/rest/liveStream/{reseller}/{organizer}/hosts/{hostId}/embed, /rest/live/{reseller}/{organizer}/hosts/{hostId}/embed

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventEmbedResource

Replaced by

N/A

Generates the HTML fragment for playing a live event

Path

/rest/liveStreamEmbed/{hostId}/player

Authenticated

Yes

Method

Get

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventPlayerResource

Replaced by

N/A

Generates the HTML fragment for playing a live event

Path

/rest/publicLiveStream/hosts/{hostId}/player

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.livestream.opened.PublicLiveStreamEventPlayerResource

Replaced by

N/A

Starts the play process of a live event

Path

/rest/liveStreamEmbed/{hostId}/play

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventPlayResource

Replaced by

/api/live/event/{eventId}/play, /api/public/live/event/{eventId}/play

Starts the payment process for playing a live event

Path

/rest/liveStreamEmbed/{hostId}/pay

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.livestream.LiveStreamEventPayResource

Replaced by

/api/live/event/{eventId}/pay, /api/public/live/event/{eventId}/pay

WimCast

Creates a programming

Path

/rest/programmings

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingsResource

Replaced by

/api/cast/channel

Reads a programming

Path

/rest/programming/{programmingId}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingResource

Replaced by

/api/cast/channel/{channelId}

Updates a programming

Path

/rest/programming/{programmingId}

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingResource

Replaced by

/api/cast/channel/{channelId}

Deletes a programming

Path

/rest/programming/{programmingId}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingResource

Replaced by

/api/cast/channel/{channelId}

Lists programmings

Path

/rest/programmings

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingsResource

Replaced by

/api/search/cast/channels

Generates an URI through by stream a programming

Path

/rest/programming/{programmingId}/play

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.programming.opened.ProgrammingPlayResource

Replaced by

/api/public/cast/streampath

Generates the embed code of a programming

Path

/rest/programming/{programmingId}/embed, /rest/programming/{programmingId}/embedCode

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingEmbedResource

Replaced by

N/A

Generates the HTML fragment for playing a programming

Path

/rest/programming/{programmingId}/embedded

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.programming.opened.EmbeddedProgrammingResource

Replaced by

N/A

Generates the HTML fragment for playing a programming

Path

/rest/programming/{programmingId}/player

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.programming.opened.PublicProgrammingPlayerResource

Replaced by

N/A

Lists the contents published in WimVod that can be placed in a programming

Path

/rest/programming/source/vods

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingVodsResource

Replaced by

/api/search/box/contents

Lists the live events that can be placed in a programming

Path

/rest/programming/source/lives

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingLivesResource

Replaced by

/api/search/cast/streams

Reads a programming for a month

Path

/rest/programming/{programmingId}/calendar

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingCalendarResource

Replaced by

/cast/channel/{channelId}/calendar/{startDate}/{dayCount}

Copies a programming for a day to one or more other days

Path

/rest/programming/{programmingId}/calendar

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingCalendarResource

Replaced by

/cast/calendar/copy

Reads a programming for a day

Path

/rest/programming/{programmingId}/agenda/{day}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingAgendaResource

Replaced by

/api/cast/channel/{channelId}/dailyprogramming/{date}

Deletes a programming for a day

Path

/rest/programming/{programmingId}/agenda/{day}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingAgendaResource

Replaced by

/api/cast/channel/{channelId}/dailyprogramming/{date},

Reads a scheduled programming for a day

Path

/rest/programming/{programmingId}/schedule/{day}

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingScheduleResource

Replaced by

N/A

Schedules a programming for a day

Path

/rest/programming/{programmingId}/schedule/{day}

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingScheduleResource

Replaced by

N/A

Deletes a scheduled programming for a day

Path

/rest/programming/{programmingId}/schedule/{day}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.programming.ProgrammingScheduleResource

Replaced by

N/A

Reads the items of a programming

Path

/rest/programming/{programmingId}/public

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.programming.opened.PublicItemsResource

Replaced by

N/A

Admin

Rebuilds search indexes

Path

/rest/search/index

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.search.IndexRebuildResource

Replaced by

/api/admin/search/indexes

Creates a news

Path

/rest/users/{username}/news

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.NewsResource

Replaced by

N/A

Updates a news

Path

/rest/users/{username}/news/{id}

Method

Put

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.NewsResource

Replaced by

N/A

Deletes a news

Path

/rest/users/{username}/news/{id}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.NewsResource

Replaced by

N/A

Lists the news

Path

/rest/users/{username}/newsList

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.social.NewsListResource

Replaced by

N/A

Lists the WimBox contents of a user

Path

/rest/adminTools/{username}/contents

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.admin.UserContentsResource

Replaced by

N/A

Retries the transcoding of a set of WimBox contents

Path

/rest/adminTools/{username}/transcode

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.admin.TranscodeContentsResource

Replaced by

/api/admin/processContent/{contentCode}

Misc

Gets a random UUID

Path

/rest/uuid

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.utils.UUIDResource

Replaced by

N/A

Uploads an image

Path

/rest/image

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.ImageResource

Replaced by

/api/thumbnail

Lists live events and programming items

Path

/rest/publicLiveStream/newEpg

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.livestream.opened.PublicLiveStreamEpgsNewResource

Replaced by

N/A

Gets a one-time-password

Path

/rest/security/otp

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.security.AuthOtpResource

Replaced by

N/A

Wowza

Reads a user

Path

/rest/wowza/live/{username}/pwd

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaLivePasswordResource

Replaced by

/rest/wowza/user/{userCode}

Checks for an authorization token

Path

/rest/token/wowza

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.security.AuthTokenResource

Replaced by

/rest/wowza/authtoken/{token}

Uploads a new content in WimBox

Path

/rest/wowza/dvr/{username}/upload

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaLiveDVRFileUpload

Replaced by

/rest/wowza/user/{userCode}/box

Reads the owner of a stream

Path

/rest/wowza/stream/{streamName}/owner

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaStreamOwnerResource

Replaced by

/rest/wowza/vod, /rest/wowza/live/channel/{streamName}

Reads a live event

Path

/rest/wowza/live/{username}/authorized/{streamName}

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaLiveValidUrlResource

Replaced by

/rest/wowza/live/channel/{streamName}

Reads a live event

Path

/rest/wowza/dvr/{streamName}/record

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaLiveDVRRecord

Replaced by

/rest/wowza/live/event/{streamName}

Checks whether a live stream is programmed

Path

/rest/wowza/live/{streamName}/programmed

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaLiveInProgrammingResource

Replaced by

N/A

Checks whether a programming exists

Path

/rest/wowza/programming/{streamName}

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaProgrammingResource

Replaced by

/rest/wowza/cast/channel/{streamName}

Video Stats Aggregator

Reads a user profile

Path

/rest/users/{username}/profile

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.UserProfileResource

Replaced by

/rest/vsa/user/{userCode}

Lists users by role

Path

/rest/roles/{role}/users

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.roles.RoleUsersResource

Replaced by

/rest/vsa/users

Reads a user license

Path

/rest/userpacket/{userId}

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.packets.UserPacketResources

Replaced by

/rest/vsa/userpacket/{userCode}

Gets the storage used size of a user

Path

/rest/statistics/{username}/storage

Method

Gets

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.statistics.StorageUsageResource

Replaced by

/rest/vsa/user/{userCode}/storage

Sends an e-mail to a user to warn him about his band limit

Path

/rest/wowza/bandlimit/{username}

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaBandWarnResource

Replaced by

N/A

Updates the band and storage usage

Path

/rest/progressusage/{username}

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.packets.ProgressUsageResources

Replaced by

/rest/vsa/user/{userCode}/band

Lists the WimTV licenses

Path

/rest/commercialpacket

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.users.packets.CommercialPacketResources

Replaced by

/rest/vsa/licenses

Reads a streaming content

Path

/rest/wowza/stream/{streamName}

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaStreamInfoResource

Replaced by

/rest/vsa/stream

Reads a VoD content

Path

/rest/wowza/stream/showtime/{showtimeIdentifier}

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.wowza.WowzaShowtimeInfoResource

Replaced by

/rest/vsa/vod/{vodId}

Social

Path

/rest/showtime/{showtimeIdentifier}/comments

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.CommentResource

Replaced by

N/A

Path

/rest/showtime/{showtimeIdentifier}/comments

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.CommentResource

Replaced by

N/A

Path

/rest/showtime/{showtimeIdentifier}/ratings

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.RatingResource

Replaced by

N/A

Path

/rest/showtime/{showtimeIdentifier}/ratings

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.RatingResource

Replaced by

N/A

Path

/rest/showtime/{showtimeIdentifier}/publicMobileRatings

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.PublicMobileRatingResource

Replaced by

N/A

Path

/rest/showtime/{showtimeIdentifier}/publicMobileRatings

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.PublicMobileRatingResource

Replaced by

N/A

Path

/rest/showtime/{showtimeIdentifier}/publicMobileRatings

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.social.PublicMobileRatingResource

Replaced by

N/A

Path

/rest/users/{username}/inbox

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.social.InboxResource

Replaced by

N/A

Path

/rest/users/{username}/inbox

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.social.InboxResource

Replaced by

N/A

Path

/users/{username}/inbox/messages/{id}

Method

Delete

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.social.InboxResource

Replaced by

N/A

Dash

Path

/rest/videos/{contentIdentifier}/dashTranscoders

Method

Post

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.dash.DashTranscodersResource

Replaced by

N/A

Path

/rest/videos/{contentIdentifier}/dashTranscoder

Method

Get

Authenticated

No

Class

net.cedeo.wimtv.rest.resources.dash.DashTranscoderResource

Replaced by

N/A

Wobinda

Path

/rest/payFees

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.payment.packets.PayFeesResource

Replaced by

N/A

Path

/rest/payFee

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.payment.packets.PayFeeResource

Replaced by

N/A

Path

/rest/videos/{contentIdentifier}/performing/{performingIdentifier}

Method

Post

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.users.actors.PerformingResource

Replaced by

N/A

Path

/rest/videos/{contentIdentifier}/performing/{performingIdentifier}

Method

Delete

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.users.actors.PerformingResource

Replaced by

N/A

Path

/rest/subscriptionStatus

Method

Get

Authenticated

Yes

Class

net.cedeo.wimtv.rest.resources.users.actors.SubscriptionStatusResource

Replaced by

N/A