Overview
Summary
Contact
Donate
Imprint
2. Modular API
2.1 Module System
2.2 Module Interfaces
API 1: CompanyEntityService-API (25)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/office
insertOffice(office)
CompanyEntityModule
POST
Office
(2)
/office/companyentity/{id}
findAllOfficeOfCompanyEntity(id)
CompanyEntityModule
GET
CompanyEntity
Office
(3)
/office/{id}
updateOfficeById(office)
CompanyEntityModule
PUT
Office
(4)
/companyentity/{id}
findCompanyEntityById(id)
CompanyEntityModule
GET
CompanyEntity
(5)
/podcast/{id}
findPodcastById(id)
CompanyEntityModule
GET
Podcast
(6)
/investmentround/{id}
updateInvestmentRoundById(investmentround)
CompanyEntityModule
PUT
InvestmentRound
(7)
/companyentity/country/{id}
findAllCompanyEntityOfCountry(id)
CompanyEntityModule
GET
Country
CompanyEntity
(8)
/investmentround/{id}
findInvestmentRoundById(id)
CompanyEntityModule
GET
InvestmentRound
(9)
/investmentround/{id}
deleteInvestmentRoundById(id)
CompanyEntityModule
DELETE
InvestmentRound
(10)
/investmentround
findAllInvestmentRound()
CompanyEntityModule
GET
InvestmentRound
(11)
/investmentround
insertInvestmentRound(investmentround)
CompanyEntityModule
POST
InvestmentRound
(12)
/podcast/{id}
updatePodcastById(podcast)
CompanyEntityModule
PUT
Podcast
(13)
/office/country/{id}
findAllOfficeOfCountry(id)
CompanyEntityModule
GET
Country
Office
(14)
/office/{id}
deleteOfficeById(id)
CompanyEntityModule
DELETE
Office
(15)
/podcast/country/{id}
findAllPodcastOfCountry(id)
CompanyEntityModule
GET
Country
Podcast
(16)
/companyentity
insertCompanyEntity(companyentity)
CompanyEntityModule
POST
CompanyEntity
(17)
/investmentround/companyentity/{id}
findAllInvestmentRoundOfCompanyEntity(id)
CompanyEntityModule
GET
CompanyEntity
InvestmentRound
(18)
/office/{id}
findOfficeById(id)
CompanyEntityModule
GET
Office
(19)
/companyentity/{id}
deleteCompanyEntityById(id)
CompanyEntityModule
DELETE
CompanyEntity
(20)
/podcast
insertPodcast(podcast)
CompanyEntityModule
POST
Podcast
(21)
/podcast/{id}
deletePodcastById(id)
CompanyEntityModule
DELETE
Podcast
(22)
/companyentity/{id}
updateCompanyEntityById(companyentity)
CompanyEntityModule
PUT
CompanyEntity
(23)
/podcast
findAllPodcast()
CompanyEntityModule
GET
Podcast
(24)
/companyentity
findAllCompanyEntity()
CompanyEntityModule
GET
CompanyEntity
(25)
/office
findAllOffice()
CompanyEntityModule
GET
Office
API 2: CountryService-API (44)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/tracklabel/label/{id}
findAllTrackLabelOfLabel(id)
CountryModule
GET
Label
TrackLabel
(2)
/royaltyrecipient
insertRoyaltyRecipient(royaltyrecipient)
CountryModule
POST
RoyaltyRecipient
(3)
/tracklabel/{id}
updateTrackLabelById(tracklabel)
CountryModule
PUT
TrackLabel
(4)
/country/{id}
deleteCountryById(id)
CountryModule
DELETE
Country
(5)
/hardwareproduct/{id}
deleteHardwareProductById(id)
CountryModule
DELETE
HardwareProduct
(6)
/label/{id}
deleteLabelById(id)
CountryModule
DELETE
Label
(7)
/label
insertLabel(label)
CountryModule
POST
Label
(8)
/investmentroundinvestor/{id}
updateInvestmentRoundInvestorById(investmentroundinvestor)
CountryModule
PUT
InvestmentRoundInvestor
(9)
/label/{id}
findLabelById(id)
CountryModule
GET
Label
(10)
/tracklabel
insertTrackLabel(tracklabel)
CountryModule
POST
TrackLabel
(11)
/hardwareproduct
findAllHardwareProduct()
CountryModule
GET
HardwareProduct
(12)
/tracklabel/{id}
findTrackLabelById(id)
CountryModule
GET
TrackLabel
(13)
/royaltyrecipient/{id}
findRoyaltyRecipientById(id)
CountryModule
GET
RoyaltyRecipient
(14)
/hardwareproduct/{id}
findHardwareProductById(id)
CountryModule
GET
HardwareProduct
(15)
/hardwareproduct/country/{id}
findAllHardwareProductOfCountry(id)
CountryModule
GET
Country
HardwareProduct
(16)
/country/{id}
updateCountryById(country)
CountryModule
PUT
Country
(17)
/hardwareproduct
insertHardwareProduct(hardwareproduct)
CountryModule
POST
HardwareProduct
(18)
/tracklabel/track/{id}
findAllTrackLabelOfTrack(id)
CountryModule
GET
Track
TrackLabel
(19)
/investmentroundinvestor
insertInvestmentRoundInvestor(investmentroundinvestor)
CountryModule
POST
InvestmentRoundInvestor
(20)
/investmentroundinvestor/{id}
deleteInvestmentRoundInvestorById(id)
CountryModule
DELETE
InvestmentRoundInvestor
(21)
/investor/country/{id}
findAllInvestorOfCountry(id)
CountryModule
GET
Country
Investor
(22)
/investor
findAllInvestor()
CountryModule
GET
Investor
(23)
/country
insertCountry(country)
CountryModule
POST
Country
(24)
/royaltyrecipient
findAllRoyaltyRecipient()
CountryModule
GET
RoyaltyRecipient
(25)
/royaltyrecipient/{id}
updateRoyaltyRecipientById(royaltyrecipient)
CountryModule
PUT
RoyaltyRecipient
(26)
/investor/{id}
updateInvestorById(investor)
CountryModule
PUT
Investor
(27)
/country
findAllCountry()
CountryModule
GET
Country
(28)
/royaltyrecipient/{id}
deleteRoyaltyRecipientById(id)
CountryModule
DELETE
RoyaltyRecipient
(29)
/investor/{id}
deleteInvestorById(id)
CountryModule
DELETE
Investor
(30)
/investmentroundinvestor/investmentround/{id}
findAllInvestmentRoundInvestorOfInvestmentRound(id)
CountryModule
GET
InvestmentRound
InvestmentRoundInvestor
(31)
/country/{id}
findCountryById(id)
CountryModule
GET
Country
(32)
/investor
insertInvestor(investor)
CountryModule
POST
Investor
(33)
/label/country/{id}
findAllLabelOfCountry(id)
CountryModule
GET
Country
Label
(34)
/tracklabel
findAllTrackLabel()
CountryModule
GET
TrackLabel
(35)
/investmentroundinvestor/{id}
findInvestmentRoundInvestorById(id)
CountryModule
GET
InvestmentRoundInvestor
(36)
/royaltyrecipient/label/{id}
findAllRoyaltyRecipientOfLabel(id)
CountryModule
GET
Label
RoyaltyRecipient
(37)
/investor/{id}
findInvestorById(id)
CountryModule
GET
Investor
(38)
/tracklabel/{id}
deleteTrackLabelById(id)
CountryModule
DELETE
TrackLabel
(39)
/label
findAllLabel()
CountryModule
GET
Label
(40)
/investmentroundinvestor/investor/{id}
findAllInvestmentRoundInvestorOfInvestor(id)
CountryModule
GET
Investor
InvestmentRoundInvestor
(41)
/investmentroundinvestor
findAllInvestmentRoundInvestor()
CountryModule
GET
InvestmentRoundInvestor
(42)
/hardwareproduct/{id}
updateHardwareProductById(hardwareproduct)
CountryModule
PUT
HardwareProduct
(43)
/label/{id}
updateLabelById(label)
CountryModule
PUT
Label
(44)
/royaltyrecipient/artist/{id}
findAllRoyaltyRecipientOfArtist(id)
CountryModule
GET
Artist
RoyaltyRecipient
API 3: DeviceService-API (18)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/device/{id}
updateDeviceById(device)
DeviceModule
PUT
Device
(2)
/platformapp
insertPlatformApp(platformapp)
DeviceModule
POST
PlatformApp
(3)
/device/platformapp/{id}
findAllDeviceOfPlatformApp(id)
DeviceModule
GET
PlatformApp
Device
(4)
/devicetype/{id}
findDeviceTypeById(id)
DeviceModule
GET
DeviceType
(5)
/platformapp/{id}
findPlatformAppById(id)
DeviceModule
GET
PlatformApp
(6)
/device/{id}
deleteDeviceById(id)
DeviceModule
DELETE
Device
(7)
/device
insertDevice(device)
DeviceModule
POST
Device
(8)
/devicetype
insertDeviceType(devicetype)
DeviceModule
POST
DeviceType
(9)
/devicetype/{id}
updateDeviceTypeById(devicetype)
DeviceModule
PUT
DeviceType
(10)
/platformapp
findAllPlatformApp()
DeviceModule
GET
PlatformApp
(11)
/device/{id}
findDeviceById(id)
DeviceModule
GET
Device
(12)
/device
findAllDevice()
DeviceModule
GET
Device
(13)
/platformapp/{id}
deletePlatformAppById(id)
DeviceModule
DELETE
PlatformApp
(14)
/device/useraccount/{id}
findAllDeviceOfUserAccount(id)
DeviceModule
GET
UserAccount
Device
(15)
/device/devicetype/{id}
findAllDeviceOfDeviceType(id)
DeviceModule
GET
DeviceType
Device
(16)
/devicetype/{id}
deleteDeviceTypeById(id)
DeviceModule
DELETE
DeviceType
(17)
/platformapp/{id}
updatePlatformAppById(platformapp)
DeviceModule
PUT
PlatformApp
(18)
/devicetype
findAllDeviceType()
DeviceModule
GET
DeviceType
API 4: MarketRegionService-API (26)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/countryregion/marketregion/{id}
findAllCountryRegionOfMarketRegion(id)
MarketRegionModule
GET
MarketRegion
CountryRegion
(2)
/royaltyline/{id}
updateRoyaltyLineById(royaltyline)
MarketRegionModule
PUT
RoyaltyLine
(3)
/marketregion/{id}
deleteMarketRegionById(id)
MarketRegionModule
DELETE
MarketRegion
(4)
/royaltystatement
findAllRoyaltyStatement()
MarketRegionModule
GET
RoyaltyStatement
(5)
/countryregion/{id}
findCountryRegionById(id)
MarketRegionModule
GET
CountryRegion
(6)
/countryregion/{id}
deleteCountryRegionById(id)
MarketRegionModule
DELETE
CountryRegion
(7)
/royaltystatement/marketregion/{id}
findAllRoyaltyStatementOfMarketRegion(id)
MarketRegionModule
GET
MarketRegion
RoyaltyStatement
(8)
/royaltyline
findAllRoyaltyLine()
MarketRegionModule
GET
RoyaltyLine
(9)
/countryregion
insertCountryRegion(countryregion)
MarketRegionModule
POST
CountryRegion
(10)
/royaltystatement/{id}
deleteRoyaltyStatementById(id)
MarketRegionModule
DELETE
RoyaltyStatement
(11)
/countryregion
findAllCountryRegion()
MarketRegionModule
GET
CountryRegion
(12)
/royaltyline/royaltystatement/{id}
findAllRoyaltyLineOfRoyaltyStatement(id)
MarketRegionModule
GET
RoyaltyStatement
RoyaltyLine
(13)
/countryregion/country/{id}
findAllCountryRegionOfCountry(id)
MarketRegionModule
GET
Country
CountryRegion
(14)
/royaltyline
insertRoyaltyLine(royaltyline)
MarketRegionModule
POST
RoyaltyLine
(15)
/royaltyline/track/{id}
findAllRoyaltyLineOfTrack(id)
MarketRegionModule
GET
Track
RoyaltyLine
(16)
/royaltystatement
insertRoyaltyStatement(royaltystatement)
MarketRegionModule
POST
RoyaltyStatement
(17)
/royaltystatement/{id}
findRoyaltyStatementById(id)
MarketRegionModule
GET
RoyaltyStatement
(18)
/marketregion
findAllMarketRegion()
MarketRegionModule
GET
MarketRegion
(19)
/marketregion
insertMarketRegion(marketregion)
MarketRegionModule
POST
MarketRegion
(20)
/countryregion/{id}
updateCountryRegionById(countryregion)
MarketRegionModule
PUT
CountryRegion
(21)
/royaltystatement/{id}
updateRoyaltyStatementById(royaltystatement)
MarketRegionModule
PUT
RoyaltyStatement
(22)
/marketregion/{id}
updateMarketRegionById(marketregion)
MarketRegionModule
PUT
MarketRegion
(23)
/royaltyline/{id}
findRoyaltyLineById(id)
MarketRegionModule
GET
RoyaltyLine
(24)
/royaltyline/{id}
deleteRoyaltyLineById(id)
MarketRegionModule
DELETE
RoyaltyLine
(25)
/royaltyline/royaltyrecipient/{id}
findAllRoyaltyLineOfRoyaltyRecipient(id)
MarketRegionModule
GET
RoyaltyRecipient
RoyaltyLine
(26)
/marketregion/{id}
findMarketRegionById(id)
MarketRegionModule
GET
MarketRegion
API 5: PartnerCompanyService-API (26)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/partnercompany/{id}
findPartnerCompanyById(id)
PartnerCompanyModule
GET
PartnerCompany
(2)
/partnercompany
insertPartnerCompany(partnercompany)
PartnerCompanyModule
POST
PartnerCompany
(3)
/autointegration
insertAutoIntegration(autointegration)
PartnerCompanyModule
POST
AutoIntegration
(4)
/smartdeviceintegration/{id}
updateSmartDeviceIntegrationById(smartdeviceintegration)
PartnerCompanyModule
PUT
SmartDeviceIntegration
(5)
/telcopartnership
findAllTelcoPartnership()
PartnerCompanyModule
GET
TelcoPartnership
(6)
/telcopartnership/partnercompany/{id}
findAllTelcoPartnershipOfPartnerCompany(id)
PartnerCompanyModule
GET
PartnerCompany
TelcoPartnership
(7)
/telcopartnership/{id}
findTelcoPartnershipById(id)
PartnerCompanyModule
GET
TelcoPartnership
(8)
/smartdeviceintegration
findAllSmartDeviceIntegration()
PartnerCompanyModule
GET
SmartDeviceIntegration
(9)
/partnercompany/country/{id}
findAllPartnerCompanyOfCountry(id)
PartnerCompanyModule
GET
Country
PartnerCompany
(10)
/telcopartnership/country/{id}
findAllTelcoPartnershipOfCountry(id)
PartnerCompanyModule
GET
Country
TelcoPartnership
(11)
/smartdeviceintegration/{id}
findSmartDeviceIntegrationById(id)
PartnerCompanyModule
GET
SmartDeviceIntegration
(12)
/autointegration/partnercompany/{id}
findAllAutoIntegrationOfPartnerCompany(id)
PartnerCompanyModule
GET
PartnerCompany
AutoIntegration
(13)
/autointegration/{id}
findAutoIntegrationById(id)
PartnerCompanyModule
GET
AutoIntegration
(14)
/autointegration
findAllAutoIntegration()
PartnerCompanyModule
GET
AutoIntegration
(15)
/partnercompany
findAllPartnerCompany()
PartnerCompanyModule
GET
PartnerCompany
(16)
/partnercompany/{id}
deletePartnerCompanyById(id)
PartnerCompanyModule
DELETE
PartnerCompany
(17)
/smartdeviceintegration/partnercompany/{id}
findAllSmartDeviceIntegrationOfPartnerCompany(id)
PartnerCompanyModule
GET
PartnerCompany
SmartDeviceIntegration
(18)
/partnercompany/{id}
updatePartnerCompanyById(partnercompany)
PartnerCompanyModule
PUT
PartnerCompany
(19)
/autointegration/{id}
updateAutoIntegrationById(autointegration)
PartnerCompanyModule
PUT
AutoIntegration
(20)
/telcopartnership
insertTelcoPartnership(telcopartnership)
PartnerCompanyModule
POST
TelcoPartnership
(21)
/telcopartnership/{id}
updateTelcoPartnershipById(telcopartnership)
PartnerCompanyModule
PUT
TelcoPartnership
(22)
/telcopartnership/{id}
deleteTelcoPartnershipById(id)
PartnerCompanyModule
DELETE
TelcoPartnership
(23)
/autointegration/{id}
deleteAutoIntegrationById(id)
PartnerCompanyModule
DELETE
AutoIntegration
(24)
/smartdeviceintegration/devicetype/{id}
findAllSmartDeviceIntegrationOfDeviceType(id)
PartnerCompanyModule
GET
Device
SmartDeviceIntegration
(25)
/smartdeviceintegration/{id}
deleteSmartDeviceIntegrationById(id)
PartnerCompanyModule
DELETE
SmartDeviceIntegration
(26)
/smartdeviceintegration
insertSmartDeviceIntegration(smartdeviceintegration)
PartnerCompanyModule
POST
SmartDeviceIntegration
API 6: PlaylistService-API (23)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/creatortool/{id}
deleteCreatorToolById(id)
PlaylistModule
DELETE
CreatorTool
(2)
/playlistitem/playlist/{id}
findAllPlaylistItemOfPlaylist(id)
PlaylistModule
GET
Playlist
PlaylistItem
(3)
/playlist/{id}
findPlaylistById(id)
PlaylistModule
GET
Playlist
(4)
/acquisition/{id}
findAcquisitionById(id)
PlaylistModule
GET
Acquisition
(5)
/acquisition
insertAcquisition(acquisition)
PlaylistModule
POST
Acquisition
(6)
/playlistitem/podcastepisode/{id}
findAllPlaylistItemOfPodcastEpisode(id)
PlaylistModule
GET
PodcastEpisode
PlaylistItem
(7)
/playlist
insertPlaylist(playlist)
PlaylistModule
POST
Playlist
(8)
/playlist/{id}
deletePlaylistById(id)
PlaylistModule
DELETE
Playlist
(9)
/playlistitem/{id}
findPlaylistItemById(id)
PlaylistModule
GET
PlaylistItem
(10)
/acquisition/{id}
deleteAcquisitionById(id)
PlaylistModule
DELETE
Acquisition
(11)
/creatortool
insertCreatorTool(creatortool)
PlaylistModule
POST
CreatorTool
(12)
/playlistitem/track/{id}
findAllPlaylistItemOfTrack(id)
PlaylistModule
GET
Track
PlaylistItem
(13)
/playlistitem/{id}
deletePlaylistItemById(id)
PlaylistModule
DELETE
PlaylistItem
(14)
/creatortool
findAllCreatorTool()
PlaylistModule
GET
CreatorTool
(15)
/playlistitem
findAllPlaylistItem()
PlaylistModule
GET
PlaylistItem
(16)
/playlist/{id}
updatePlaylistById(playlist)
PlaylistModule
PUT
Playlist
(17)
/playlistitem
insertPlaylistItem(playlistitem)
PlaylistModule
POST
PlaylistItem
(18)
/playlistitem/{id}
updatePlaylistItemById(playlistitem)
PlaylistModule
PUT
PlaylistItem
(19)
/acquisition/{id}
updateAcquisitionById(acquisition)
PlaylistModule
PUT
Acquisition
(20)
/creatortool/{id}
updateCreatorToolById(creatortool)
PlaylistModule
PUT
CreatorTool
(21)
/acquisition
findAllAcquisition()
PlaylistModule
GET
Acquisition
(22)
/creatortool/{id}
findCreatorToolById(id)
PlaylistModule
GET
CreatorTool
(23)
/playlist
findAllPlaylist()
PlaylistModule
GET
Playlist
API 7: SubscriptionPlanService-API (17)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/planfeature/{id}
deletePlanFeatureById(id)
SubscriptionPlanModule
DELETE
PlanFeature
(2)
/planfeature/subscriptionplan/{id}
findAllPlanFeatureOfSubscriptionPlan(id)
SubscriptionPlanModule
GET
SubscriptionPlan
PlanFeature
(3)
/subscriptionfeature/{id}
updateSubscriptionFeatureById(subscriptionfeature)
SubscriptionPlanModule
PUT
SubscriptionFeature
(4)
/subscriptionfeature
findAllSubscriptionFeature()
SubscriptionPlanModule
GET
SubscriptionFeature
(5)
/subscriptionfeature
insertSubscriptionFeature(subscriptionfeature)
SubscriptionPlanModule
POST
SubscriptionFeature
(6)
/subscriptionfeature/{id}
deleteSubscriptionFeatureById(id)
SubscriptionPlanModule
DELETE
SubscriptionFeature
(7)
/planfeature
findAllPlanFeature()
SubscriptionPlanModule
GET
PlanFeature
(8)
/planfeature/subscriptionfeature/{id}
findAllPlanFeatureOfSubscriptionFeature(id)
SubscriptionPlanModule
GET
SubscriptionFeature
PlanFeature
(9)
/planfeature
insertPlanFeature(planfeature)
SubscriptionPlanModule
POST
PlanFeature
(10)
/subscriptionplan
findAllSubscriptionPlan()
SubscriptionPlanModule
GET
SubscriptionPlan
(11)
/subscriptionplan/{id}
deleteSubscriptionPlanById(id)
SubscriptionPlanModule
DELETE
SubscriptionPlan
(12)
/planfeature/{id}
findPlanFeatureById(id)
SubscriptionPlanModule
GET
PlanFeature
(13)
/subscriptionplan/{id}
updateSubscriptionPlanById(subscriptionplan)
SubscriptionPlanModule
PUT
SubscriptionPlan
(14)
/planfeature/{id}
updatePlanFeatureById(planfeature)
SubscriptionPlanModule
PUT
PlanFeature
(15)
/subscriptionplan
insertSubscriptionPlan(subscriptionplan)
SubscriptionPlanModule
POST
SubscriptionPlan
(16)
/subscriptionfeature/{id}
findSubscriptionFeatureById(id)
SubscriptionPlanModule
GET
SubscriptionFeature
(17)
/subscriptionplan/{id}
findSubscriptionPlanById(id)
SubscriptionPlanModule
GET
SubscriptionPlan
API 8: TrackService-API (50)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/podcastepisode/podcast/{id}
findAllPodcastEpisodeOfPodcast(id)
TrackModule
GET
Podcast
PodcastEpisode
(2)
/streamevent
findAllStreamEvent()
TrackModule
GET
StreamEvent
(3)
/track
insertTrack(track)
TrackModule
POST
Track
(4)
/trackartist/{id}
updateTrackArtistById(trackartist)
TrackModule
PUT
TrackArtist
(5)
/album/label/{id}
findAllAlbumOfLabel(id)
TrackModule
GET
Label
Album
(6)
/album/{id}
updateAlbumById(album)
TrackModule
PUT
Album
(7)
/streamevent/subscriptionplan/{id}
findAllStreamEventOfSubscriptionPlan(id)
TrackModule
GET
SubscriptionPlan
StreamEvent
(8)
/album
findAllAlbum()
TrackModule
GET
Album
(9)
/creatortoolusage
insertCreatorToolUsage(creatortoolusage)
TrackModule
POST
CreatorToolUsage
(10)
/artist/{id}
findArtistById(id)
TrackModule
GET
Artist
(11)
/album
insertAlbum(album)
TrackModule
POST
Album
(12)
/artist
findAllArtist()
TrackModule
GET
Artist
(13)
/creatortoolusage
findAllCreatorToolUsage()
TrackModule
GET
CreatorToolUsage
(14)
/artist/country/{id}
findAllArtistOfCountry(id)
TrackModule
GET
Country
Artist
(15)
/trackartist/track/{id}
findAllTrackArtistOfTrack(id)
TrackModule
GET
Track
TrackArtist
(16)
/trackartist/{id}
findTrackArtistById(id)
TrackModule
GET
TrackArtist
(17)
/trackartist
insertTrackArtist(trackartist)
TrackModule
POST
TrackArtist
(18)
/trackartist
findAllTrackArtist()
TrackModule
GET
TrackArtist
(19)
/artist/{id}
updateArtistById(artist)
TrackModule
PUT
Artist
(20)
/creatortoolusage/podcast/{id}
findAllCreatorToolUsageOfPodcast(id)
TrackModule
GET
Podcast
CreatorToolUsage
(21)
/podcastepisode
findAllPodcastEpisode()
TrackModule
GET
PodcastEpisode
(22)
/creatortoolusage/{id}
updateCreatorToolUsageById(creatortoolusage)
TrackModule
PUT
CreatorToolUsage
(23)
/track/{id}
findTrackById(id)
TrackModule
GET
Track
(24)
/streamevent/track/{id}
findAllStreamEventOfTrack(id)
TrackModule
GET
Track
StreamEvent
(25)
/trackartist/artist/{id}
findAllTrackArtistOfArtist(id)
TrackModule
GET
Artist
TrackArtist
(26)
/creatortoolusage/creatortool/{id}
findAllCreatorToolUsageOfCreatorTool(id)
TrackModule
GET
CreatorTool
CreatorToolUsage
(27)
/streamevent/useraccount/{id}
findAllStreamEventOfUserAccount(id)
TrackModule
GET
UserAccount
StreamEvent
(28)
/podcastepisode/{id}
findPodcastEpisodeById(id)
TrackModule
GET
PodcastEpisode
(29)
/podcastepisode/{id}
deletePodcastEpisodeById(id)
TrackModule
DELETE
PodcastEpisode
(30)
/album/{id}
findAlbumById(id)
TrackModule
GET
Album
(31)
/track/album/{id}
findAllTrackOfAlbum(id)
TrackModule
GET
Album
Track
(32)
/streamevent/podcastepisode/{id}
findAllStreamEventOfPodcastEpisode(id)
TrackModule
GET
PodcastEpisode
StreamEvent
(33)
/creatortoolusage/useraccount/{id}
findAllCreatorToolUsageOfUserAccount(id)
TrackModule
GET
UserAccount
CreatorToolUsage
(34)
/streamevent/{id}
updateStreamEventById(streamevent)
TrackModule
PUT
StreamEvent
(35)
/trackartist/{id}
deleteTrackArtistById(id)
TrackModule
DELETE
TrackArtist
(36)
/artist
insertArtist(artist)
TrackModule
POST
Artist
(37)
/track/{id}
deleteTrackById(id)
TrackModule
DELETE
Track
(38)
/creatortoolusage/{id}
findCreatorToolUsageById(id)
TrackModule
GET
CreatorToolUsage
(39)
/creatortoolusage/artist/{id}
findAllCreatorToolUsageOfArtist(id)
TrackModule
GET
Artist
CreatorToolUsage
(40)
/podcastepisode
insertPodcastEpisode(podcastepisode)
TrackModule
POST
PodcastEpisode
(41)
/track
findAllTrack()
TrackModule
GET
Track
(42)
/streamevent
insertStreamEvent(streamevent)
TrackModule
POST
StreamEvent
(43)
/artist/{id}
deleteArtistById(id)
TrackModule
DELETE
Artist
(44)
/creatortoolusage/{id}
deleteCreatorToolUsageById(id)
TrackModule
DELETE
CreatorToolUsage
(45)
/streamevent/{id}
deleteStreamEventById(id)
TrackModule
DELETE
StreamEvent
(46)
/album/{id}
deleteAlbumById(id)
TrackModule
DELETE
Album
(47)
/streamevent/country/{id}
findAllStreamEventOfCountry(id)
TrackModule
GET
Country
StreamEvent
(48)
/podcastepisode/{id}
updatePodcastEpisodeById(podcastepisode)
TrackModule
PUT
PodcastEpisode
(49)
/streamevent/{id}
findStreamEventById(id)
TrackModule
GET
StreamEvent
(50)
/track/{id}
updateTrackById(track)
TrackModule
PUT
Track
API 9: UserAccountService-API (37)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/region
findAllRegion()
UserAccountModule
GET
Region
(2)
/region
insertRegion(region)
UserAccountModule
POST
Region
(3)
/usersubscription
insertUserSubscription(usersubscription)
UserAccountModule
POST
UserSubscription
(4)
/region/{id}
updateRegionById(region)
UserAccountModule
PUT
Region
(5)
/campaigntype/{id}
findCampaignTypeById(id)
UserAccountModule
GET
CampaignType
(6)
/campaign/campaigntype/{id}
findAllCampaignOfCampaignType(id)
UserAccountModule
GET
CampaignType
Campaign
(7)
/usercampaignstat/{id}
updateUserCampaignStatById(usercampaignstat)
UserAccountModule
PUT
UserCampaignStat
(8)
/useraccount
findAllUserAccount()
UserAccountModule
GET
UserAccount
(9)
/campaign/{id}
updateCampaignById(campaign)
UserAccountModule
PUT
Campaign
(10)
/usersubscription/{id}
deleteUserSubscriptionById(id)
UserAccountModule
DELETE
UserSubscription
(11)
/usersubscription/{id}
updateUserSubscriptionById(usersubscription)
UserAccountModule
PUT
UserSubscription
(12)
/campaigntype/{id}
updateCampaignTypeById(campaigntype)
UserAccountModule
PUT
CampaignType
(13)
/usersubscription
findAllUserSubscription()
UserAccountModule
GET
UserSubscription
(14)
/usercampaignstat/{id}
deleteUserCampaignStatById(id)
UserAccountModule
DELETE
UserCampaignStat
(15)
/campaigntype
findAllCampaignType()
UserAccountModule
GET
CampaignType
(16)
/campaigntype
insertCampaignType(campaigntype)
UserAccountModule
POST
CampaignType
(17)
/campaign/{id}
findCampaignById(id)
UserAccountModule
GET
Campaign
(18)
/useraccount/{id}
updateUserAccountById(useraccount)
UserAccountModule
PUT
UserAccount
(19)
/useraccount
insertUserAccount(useraccount)
UserAccountModule
POST
UserAccount
(20)
/usersubscription/{id}
findUserSubscriptionById(id)
UserAccountModule
GET
UserSubscription
(21)
/campaign/{id}
deleteCampaignById(id)
UserAccountModule
DELETE
Campaign
(22)
/usercampaignstat
findAllUserCampaignStat()
UserAccountModule
GET
UserCampaignStat
(23)
/usercampaignstat/campaign/{id}
findAllUserCampaignStatOfCampaign(id)
UserAccountModule
GET
Campaign
UserCampaignStat
(24)
/useraccount/region/{id}
findAllUserAccountOfRegion(id)
UserAccountModule
GET
Region
UserAccount
(25)
/usercampaignstat
insertUserCampaignStat(usercampaignstat)
UserAccountModule
POST
UserCampaignStat
(26)
/useraccount/{id}
findUserAccountById(id)
UserAccountModule
GET
UserAccount
(27)
/campaign
insertCampaign(campaign)
UserAccountModule
POST
Campaign
(28)
/useraccount/country/{id}
findAllUserAccountOfCountry(id)
UserAccountModule
GET
Country
UserAccount
(29)
/region/{id}
deleteRegionById(id)
UserAccountModule
DELETE
Region
(30)
/region/{id}
findRegionById(id)
UserAccountModule
GET
Region
(31)
/usersubscription/subscriptionplan/{id}
findAllUserSubscriptionOfSubscriptionPlan(id)
UserAccountModule
GET
SubscriptionPlan
UserSubscription
(32)
/usersubscription/useraccount/{id}
findAllUserSubscriptionOfUserAccount(id)
UserAccountModule
GET
UserAccount
UserSubscription
(33)
/useraccount/{id}
deleteUserAccountById(id)
UserAccountModule
DELETE
UserAccount
(34)
/usercampaignstat/{id}
findUserCampaignStatById(id)
UserAccountModule
GET
UserCampaignStat
(35)
/campaign
findAllCampaign()
UserAccountModule
GET
Campaign
(36)
/campaigntype/{id}
deleteCampaignTypeById(id)
UserAccountModule
DELETE
CampaignType
(37)
/usercampaignstat/useraccount/{id}
findAllUserCampaignStatOfUserAccount(id)
UserAccountModule
GET
UserAccount
UserCampaignStat
Overview
Summary
Contact
Donate
Imprint