Overview
Summary
Contact
Donate
Imprint
2. Modular API
2.1 Module System
2.2 Module Interfaces
API 1: CompanyService-API (32)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/personrole
findAllPersonRole()
CompanyModule
GET
PersonRole
(2)
/company/{id}
updateCompanyById(company)
CompanyModule
PUT
Company
(3)
/contentdeal/{id}
deleteContentDealById(id)
CompanyModule
DELETE
ContentDeal
(4)
/contentdeal
findAllContentDeal()
CompanyModule
GET
ContentDeal
(5)
/regulatoryevent/{id}
findRegulatoryEventById(id)
CompanyModule
GET
RegulatoryEvent
(6)
/company
findAllCompany()
CompanyModule
GET
Company
(7)
/politicalactioncommittee
findAllPoliticalActionCommittee()
CompanyModule
GET
PoliticalActionCommittee
(8)
/company
insertCompany(company)
CompanyModule
POST
Company
(9)
/contentdeal/{id}
findContentDealById(id)
CompanyModule
GET
ContentDeal
(10)
/regulatoryevent/{id}
updateRegulatoryEventById(regulatoryevent)
CompanyModule
PUT
RegulatoryEvent
(11)
/contentdeal/productioncompany/{id}
findAllContentDealOfProductionCompany(id)
CompanyModule
GET
ProductionCompany
ContentDeal
(12)
/regulatoryevent/{id}
deleteRegulatoryEventById(id)
CompanyModule
DELETE
RegulatoryEvent
(13)
/politicalactioncommittee/{id}
findPoliticalActionCommitteeById(id)
CompanyModule
GET
PoliticalActionCommittee
(14)
/personrole/{id}
deletePersonRoleById(id)
CompanyModule
DELETE
PersonRole
(15)
/politicalactioncommittee
insertPoliticalActionCommittee(politicalactioncommittee)
CompanyModule
POST
PoliticalActionCommittee
(16)
/personrole/company/{id}
findAllPersonRoleOfCompany(id)
CompanyModule
GET
Company
PersonRole
(17)
/politicalactioncommittee/company/{id}
findAllPoliticalActionCommitteeOfCompany(id)
CompanyModule
GET
Company
PoliticalActionCommittee
(18)
/personrole
insertPersonRole(personrole)
CompanyModule
POST
PersonRole
(19)
/politicalactioncommittee/{id}
deletePoliticalActionCommitteeById(id)
CompanyModule
DELETE
PoliticalActionCommittee
(20)
/regulatoryevent
insertRegulatoryEvent(regulatoryevent)
CompanyModule
POST
RegulatoryEvent
(21)
/regulatoryevent
findAllRegulatoryEvent()
CompanyModule
GET
RegulatoryEvent
(22)
/regulatoryevent/company/{id}
findAllRegulatoryEventOfCompany(id)
CompanyModule
GET
Company
RegulatoryEvent
(23)
/company/{id}
findCompanyById(id)
CompanyModule
GET
Company
(24)
/company/{id}
deleteCompanyById(id)
CompanyModule
DELETE
Company
(25)
/personrole/person/{id}
findAllPersonRoleOfPerson(id)
CompanyModule
GET
Person
PersonRole
(26)
/contentdeal
insertContentDeal(contentdeal)
CompanyModule
POST
ContentDeal
(27)
/contentdeal/company/{id}
findAllContentDealOfCompany(id)
CompanyModule
GET
Company
ContentDeal
(28)
/politicalactioncommittee/{id}
updatePoliticalActionCommitteeById(politicalactioncommittee)
CompanyModule
PUT
PoliticalActionCommittee
(29)
/personrole/{id}
findPersonRoleById(id)
CompanyModule
GET
PersonRole
(30)
/personrole/{id}
updatePersonRoleById(personrole)
CompanyModule
PUT
PersonRole
(31)
/contentdeal/{id}
updateContentDealById(contentdeal)
CompanyModule
PUT
ContentDeal
(32)
/regulatoryevent/country/{id}
findAllRegulatoryEventOfCountry(id)
CompanyModule
GET
Country
RegulatoryEvent
API 2: ContentTitleService-API (33)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/contenttitle/{id}
deleteContentTitleById(id)
ContentTitleModule
DELETE
ContentTitle
(2)
/contentavailability
insertContentAvailability(contentavailability)
ContentTitleModule
POST
ContentAvailability
(3)
/contentgenre/{id}
updateContentGenreById(contentgenre)
ContentTitleModule
PUT
ContentGenre
(4)
/contentgenre
findAllContentGenre()
ContentTitleModule
GET
ContentGenre
(5)
/contenttitle
insertContentTitle(contenttitle)
ContentTitleModule
POST
ContentTitle
(6)
/genre/{id}
findGenreById(id)
ContentTitleModule
GET
Genre
(7)
/contenttitle/contenttype/{id}
findAllContentTitleOfContentType(id)
ContentTitleModule
GET
ContentType
ContentTitle
(8)
/contentavailability/servicesupply/{id}
findAllContentAvailabilityOfServiceSupply(id)
ContentTitleModule
GET
ServiceSupply
ContentAvailability
(9)
/contentavailability/country/{id}
findAllContentAvailabilityOfCountry(id)
ContentTitleModule
GET
Country
ContentAvailability
(10)
/genre
insertGenre(genre)
ContentTitleModule
POST
Genre
(11)
/genre/{id}
deleteGenreById(id)
ContentTitleModule
DELETE
Genre
(12)
/contenttitle/productioncompany/{id}
findAllContentTitleOfProductionCompany(id)
ContentTitleModule
GET
ProductionCompany
ContentTitle
(13)
/contentaward/{id}
findContentAwardById(id)
ContentTitleModule
GET
ContentAward
(14)
/contentavailability/{id}
deleteContentAvailabilityById(id)
ContentTitleModule
DELETE
ContentAvailability
(15)
/contenttitle
findAllContentTitle()
ContentTitleModule
GET
ContentTitle
(16)
/contentavailability/{id}
findContentAvailabilityById(id)
ContentTitleModule
GET
ContentAvailability
(17)
/contentaward/contenttitle/{id}
findAllContentAwardOfContentTitle(id)
ContentTitleModule
GET
ContentTitle
ContentAward
(18)
/contentgenre/contenttitle/{id}
findAllContentGenreOfContentTitle(id)
ContentTitleModule
GET
ContentTitle
ContentGenre
(19)
/contentaward/{id}
updateContentAwardById(contentaward)
ContentTitleModule
PUT
ContentAward
(20)
/contentaward
insertContentAward(contentaward)
ContentTitleModule
POST
ContentAward
(21)
/genre
findAllGenre()
ContentTitleModule
GET
Genre
(22)
/contentavailability/{id}
updateContentAvailabilityById(contentavailability)
ContentTitleModule
PUT
ContentAvailability
(23)
/contentgenre/genre/{id}
findAllContentGenreOfGenre(id)
ContentTitleModule
GET
Genre
ContentGenre
(24)
/contentgenre
insertContentGenre(contentgenre)
ContentTitleModule
POST
ContentGenre
(25)
/contentavailability
findAllContentAvailability()
ContentTitleModule
GET
ContentAvailability
(26)
/contentgenre/{id}
findContentGenreById(id)
ContentTitleModule
GET
ContentGenre
(27)
/genre/{id}
updateGenreById(genre)
ContentTitleModule
PUT
Genre
(28)
/contentaward
findAllContentAward()
ContentTitleModule
GET
ContentAward
(29)
/contenttitle/{id}
findContentTitleById(id)
ContentTitleModule
GET
ContentTitle
(30)
/contenttitle/{id}
updateContentTitleById(contenttitle)
ContentTitleModule
PUT
ContentTitle
(31)
/contentavailability/contenttitle/{id}
findAllContentAvailabilityOfContentTitle(id)
ContentTitleModule
GET
ContentTitle
ContentAvailability
(32)
/contentaward/{id}
deleteContentAwardById(id)
ContentTitleModule
DELETE
ContentAward
(33)
/contentgenre/{id}
deleteContentGenreById(id)
ContentTitleModule
DELETE
ContentGenre
API 3: ContentTypeService-API (17)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/lawsuitparty
findAllLawsuitParty()
ContentTypeModule
GET
LawsuitParty
(2)
/lawsuit/{id}
deleteLawsuitById(id)
ContentTypeModule
DELETE
Lawsuit
(3)
/lawsuit/{id}
updateLawsuitById(lawsuit)
ContentTypeModule
PUT
Lawsuit
(4)
/contenttype/{id}
deleteContentTypeById(id)
ContentTypeModule
DELETE
ContentType
(5)
/lawsuitparty/{id}
deleteLawsuitPartyById(id)
ContentTypeModule
DELETE
LawsuitParty
(6)
/contenttype/{id}
findContentTypeById(id)
ContentTypeModule
GET
ContentType
(7)
/contenttype/{id}
updateContentTypeById(contenttype)
ContentTypeModule
PUT
ContentType
(8)
/lawsuitparty
insertLawsuitParty(lawsuitparty)
ContentTypeModule
POST
LawsuitParty
(9)
/lawsuitparty/{id}
findLawsuitPartyById(id)
ContentTypeModule
GET
LawsuitParty
(10)
/contenttype
findAllContentType()
ContentTypeModule
GET
ContentType
(11)
/lawsuit
insertLawsuit(lawsuit)
ContentTypeModule
POST
Lawsuit
(12)
/lawsuitparty/lawsuit/{id}
findAllLawsuitPartyOfLawsuit(id)
ContentTypeModule
GET
Lawsuit
LawsuitParty
(13)
/lawsuitparty/company/{id}
findAllLawsuitPartyOfCompany(id)
ContentTypeModule
GET
Company
LawsuitParty
(14)
/lawsuit
findAllLawsuit()
ContentTypeModule
GET
Lawsuit
(15)
/lawsuitparty/{id}
updateLawsuitPartyById(lawsuitparty)
ContentTypeModule
PUT
LawsuitParty
(16)
/lawsuit/{id}
findLawsuitById(id)
ContentTypeModule
GET
Lawsuit
(17)
/contenttype
insertContentType(contenttype)
ContentTypeModule
POST
ContentType
API 4: CountryService-API (31)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/headquarters
insertHeadquarters(headquarters)
CountryModule
POST
Headquarters
(2)
/investment/{id}
updateInvestmentById(investment)
CountryModule
PUT
Investment
(3)
/internetserviceprovider/{id}
updateInternetServiceProviderById(internetserviceprovider)
CountryModule
PUT
InternetServiceProvider
(4)
/investment
insertInvestment(investment)
CountryModule
POST
Investment
(5)
/internetserviceprovider/country/{id}
findAllInternetServiceProviderOfCountry(id)
CountryModule
GET
Country
InternetServiceProvider
(6)
/internetserviceprovider
insertInternetServiceProvider(internetserviceprovider)
CountryModule
POST
InternetServiceProvider
(7)
/headquarters/{id}
findHeadquartersById(id)
CountryModule
GET
Headquarters
(8)
/headquarters/{id}
deleteHeadquartersById(id)
CountryModule
DELETE
Headquarters
(9)
/investment/{id}
deleteInvestmentById(id)
CountryModule
DELETE
Investment
(10)
/country/{id}
findCountryById(id)
CountryModule
GET
Country
(11)
/productioncompany
insertProductionCompany(productioncompany)
CountryModule
POST
ProductionCompany
(12)
/internetserviceprovider
findAllInternetServiceProvider()
CountryModule
GET
InternetServiceProvider
(13)
/investment/company/{id}
findAllInvestmentOfCompany(id)
CountryModule
GET
Company
Investment
(14)
/headquarters/country/{id}
findAllHeadquartersOfCountry(id)
CountryModule
GET
Country
Headquarters
(15)
/country
insertCountry(country)
CountryModule
POST
Country
(16)
/country/{id}
deleteCountryById(id)
CountryModule
DELETE
Country
(17)
/headquarters/{id}
updateHeadquartersById(headquarters)
CountryModule
PUT
Headquarters
(18)
/country/{id}
updateCountryById(country)
CountryModule
PUT
Country
(19)
/investment/{id}
findInvestmentById(id)
CountryModule
GET
Investment
(20)
/productioncompany/country/{id}
findAllProductionCompanyOfCountry(id)
CountryModule
GET
Country
ProductionCompany
(21)
/headquarters/company/{id}
findAllHeadquartersOfCompany(id)
CountryModule
GET
Company
Headquarters
(22)
/internetserviceprovider/{id}
deleteInternetServiceProviderById(id)
CountryModule
DELETE
InternetServiceProvider
(23)
/productioncompany/{id}
findProductionCompanyById(id)
CountryModule
GET
ProductionCompany
(24)
/investment
findAllInvestment()
CountryModule
GET
Investment
(25)
/investment/country/{id}
findAllInvestmentOfCountry(id)
CountryModule
GET
Country
Investment
(26)
/headquarters
findAllHeadquarters()
CountryModule
GET
Headquarters
(27)
/productioncompany
findAllProductionCompany()
CountryModule
GET
ProductionCompany
(28)
/country
findAllCountry()
CountryModule
GET
Country
(29)
/internetserviceprovider/{id}
findInternetServiceProviderById(id)
CountryModule
GET
InternetServiceProvider
(30)
/productioncompany/{id}
deleteProductionCompanyById(id)
CountryModule
DELETE
ProductionCompany
(31)
/productioncompany/{id}
updateProductionCompanyById(productioncompany)
CountryModule
PUT
ProductionCompany
API 5: DeviceService-API (27)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/contentdistribution
findAllContentDistribution()
DeviceModule
GET
ContentDistribution
(2)
/device/{id}
deleteDeviceById(id)
DeviceModule
DELETE
Device
(3)
/deviceintegration/{id}
findDeviceIntegrationById(id)
DeviceModule
GET
DeviceIntegration
(4)
/device/{id}
updateDeviceById(device)
DeviceModule
PUT
Device
(5)
/playbacksession/{id}
deletePlaybackSessionById(id)
DeviceModule
DELETE
PlaybackSession
(6)
/deviceintegration/device/{id}
findAllDeviceIntegrationOfDevice(id)
DeviceModule
GET
Device
DeviceIntegration
(7)
/deviceintegration/{id}
deleteDeviceIntegrationById(id)
DeviceModule
DELETE
DeviceIntegration
(8)
/deviceintegration/{id}
updateDeviceIntegrationById(deviceintegration)
DeviceModule
PUT
DeviceIntegration
(9)
/contentdistribution/contenttitle/{id}
findAllContentDistributionOfContentTitle(id)
DeviceModule
GET
ContentTitle
ContentDistribution
(10)
/deviceintegration/servicesupply/{id}
findAllDeviceIntegrationOfServiceSupply(id)
DeviceModule
GET
ServiceSupply
DeviceIntegration
(11)
/playbacksession
insertPlaybackSession(playbacksession)
DeviceModule
POST
PlaybackSession
(12)
/contentdistribution
insertContentDistribution(contentdistribution)
DeviceModule
POST
ContentDistribution
(13)
/device
insertDevice(device)
DeviceModule
POST
Device
(14)
/playbacksession/{id}
findPlaybackSessionById(id)
DeviceModule
GET
PlaybackSession
(15)
/deviceintegration
findAllDeviceIntegration()
DeviceModule
GET
DeviceIntegration
(16)
/playbacksession/{id}
updatePlaybackSessionById(playbacksession)
DeviceModule
PUT
PlaybackSession
(17)
/playbacksession
findAllPlaybackSession()
DeviceModule
GET
PlaybackSession
(18)
/contentdistribution/{id}
updateContentDistributionById(contentdistribution)
DeviceModule
PUT
ContentDistribution
(19)
/contentdistribution/servicesupply/{id}
findAllContentDistributionOfServiceSupply(id)
DeviceModule
GET
ServiceSupply
ContentDistribution
(20)
/playbacksession/userprofile/{id}
findAllPlaybackSessionOfUserProfile(id)
DeviceModule
GET
UserProfile
PlaybackSession
(21)
/device
findAllDevice()
DeviceModule
GET
Device
(22)
/device/{id}
findDeviceById(id)
DeviceModule
GET
Device
(23)
/playbacksession/contenttitle/{id}
findAllPlaybackSessionOfContentTitle(id)
DeviceModule
GET
ContentTitle
PlaybackSession
(24)
/playbacksession/device/{id}
findAllPlaybackSessionOfDevice(id)
DeviceModule
GET
Device
PlaybackSession
(25)
/contentdistribution/{id}
findContentDistributionById(id)
DeviceModule
GET
ContentDistribution
(26)
/deviceintegration
insertDeviceIntegration(deviceintegration)
DeviceModule
POST
DeviceIntegration
(27)
/contentdistribution/{id}
deleteContentDistributionById(id)
DeviceModule
DELETE
ContentDistribution
API 6: LanguageService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/peeringagreement/{id}
findPeeringAgreementById(id)
LanguageModule
GET
PeeringAgreement
(2)
/language
findAllLanguage()
LanguageModule
GET
Language
(3)
/servicelanguage/servicesupply/{id}
findAllServiceLanguageOfServiceSupply(id)
LanguageModule
GET
ServiceSupply
ServiceLanguage
(4)
/servicelanguage
insertServiceLanguage(servicelanguage)
LanguageModule
POST
ServiceLanguage
(5)
/servicelanguage/language/{id}
findAllServiceLanguageOfLanguage(id)
LanguageModule
GET
Language
ServiceLanguage
(6)
/servicelanguage
findAllServiceLanguage()
LanguageModule
GET
ServiceLanguage
(7)
/peeringagreement/internetserviceprovider/{id}
findAllPeeringAgreementOfInternetServiceProvider(id)
LanguageModule
GET
InternetServiceProvider
PeeringAgreement
(8)
/peeringagreement/servicesupply/{id}
findAllPeeringAgreementOfServiceSupply(id)
LanguageModule
GET
ServiceSupply
PeeringAgreement
(9)
/peeringagreement
insertPeeringAgreement(peeringagreement)
LanguageModule
POST
PeeringAgreement
(10)
/language/{id}
findLanguageById(id)
LanguageModule
GET
Language
(11)
/peeringagreement/{id}
updatePeeringAgreementById(peeringagreement)
LanguageModule
PUT
PeeringAgreement
(12)
/language/{id}
updateLanguageById(language)
LanguageModule
PUT
Language
(13)
/peeringagreement
findAllPeeringAgreement()
LanguageModule
GET
PeeringAgreement
(14)
/language/{id}
deleteLanguageById(id)
LanguageModule
DELETE
Language
(15)
/servicelanguage/{id}
deleteServiceLanguageById(id)
LanguageModule
DELETE
ServiceLanguage
(16)
/language
insertLanguage(language)
LanguageModule
POST
Language
(17)
/servicelanguage/{id}
findServiceLanguageById(id)
LanguageModule
GET
ServiceLanguage
(18)
/servicelanguage/{id}
updateServiceLanguageById(servicelanguage)
LanguageModule
PUT
ServiceLanguage
(19)
/peeringagreement/{id}
deletePeeringAgreementById(id)
LanguageModule
DELETE
PeeringAgreement
API 7: PersonService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/contentpersoncredit/{id}
deleteContentPersonCreditById(id)
PersonModule
DELETE
ContentPersonCredit
(2)
/person
findAllPerson()
PersonModule
GET
Person
(3)
/person
insertPerson(person)
PersonModule
POST
Person
(4)
/contentdealtitle
insertContentDealTitle(contentdealtitle)
PersonModule
POST
ContentDealTitle
(5)
/contentdealtitle/contenttitle/{id}
findAllContentDealTitleOfContentTitle(id)
PersonModule
GET
ContentTitle
ContentDealTitle
(6)
/contentdealtitle/contentdeal/{id}
findAllContentDealTitleOfContentDeal(id)
PersonModule
GET
ContentDeal
ContentDealTitle
(7)
/person/{id}
updatePersonById(person)
PersonModule
PUT
Person
(8)
/contentpersoncredit/{id}
updateContentPersonCreditById(contentpersoncredit)
PersonModule
PUT
ContentPersonCredit
(9)
/contentpersoncredit/contenttitle/{id}
findAllContentPersonCreditOfContentTitle(id)
PersonModule
GET
ContentTitle
ContentPersonCredit
(10)
/contentpersoncredit
findAllContentPersonCredit()
PersonModule
GET
ContentPersonCredit
(11)
/person/{id}
deletePersonById(id)
PersonModule
DELETE
Person
(12)
/contentdealtitle/{id}
findContentDealTitleById(id)
PersonModule
GET
ContentDealTitle
(13)
/contentdealtitle/{id}
deleteContentDealTitleById(id)
PersonModule
DELETE
ContentDealTitle
(14)
/contentdealtitle/{id}
updateContentDealTitleById(contentdealtitle)
PersonModule
PUT
ContentDealTitle
(15)
/person/{id}
findPersonById(id)
PersonModule
GET
Person
(16)
/contentpersoncredit/person/{id}
findAllContentPersonCreditOfPerson(id)
PersonModule
GET
Person
ContentPersonCredit
(17)
/contentdealtitle
findAllContentDealTitle()
PersonModule
GET
ContentDealTitle
(18)
/contentpersoncredit
insertContentPersonCredit(contentpersoncredit)
PersonModule
POST
ContentPersonCredit
(19)
/contentpersoncredit/{id}
findContentPersonCreditById(id)
PersonModule
GET
ContentPersonCredit
API 8: RecommendationAlgorithmService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/prizecompetition/recommendationalgorithm/{id}
findAllPrizeCompetitionOfRecommendationAlgorithm(id)
RecommendationAlgorithmModule
GET
RecommendationAlgorithm
PrizeCompetition
(2)
/recommendationalgorithm
insertRecommendationAlgorithm(recommendationalgorithm)
RecommendationAlgorithmModule
POST
RecommendationAlgorithm
(3)
/prizecompetition/{id}
updatePrizeCompetitionById(prizecompetition)
RecommendationAlgorithmModule
PUT
PrizeCompetition
(4)
/prizeteam/{id}
findPrizeTeamById(id)
RecommendationAlgorithmModule
GET
PrizeTeam
(5)
/recommendationalgorithm/company/{id}
findAllRecommendationAlgorithmOfCompany(id)
RecommendationAlgorithmModule
GET
Company
RecommendationAlgorithm
(6)
/prizeteam/{id}
deletePrizeTeamById(id)
RecommendationAlgorithmModule
DELETE
PrizeTeam
(7)
/recommendationalgorithm/{id}
deleteRecommendationAlgorithmById(id)
RecommendationAlgorithmModule
DELETE
RecommendationAlgorithm
(8)
/prizecompetition/{id}
findPrizeCompetitionById(id)
RecommendationAlgorithmModule
GET
PrizeCompetition
(9)
/prizeteam/{id}
updatePrizeTeamById(prizeteam)
RecommendationAlgorithmModule
PUT
PrizeTeam
(10)
/prizeteam/country/{id}
findAllPrizeTeamOfCountry(id)
RecommendationAlgorithmModule
GET
Country
PrizeTeam
(11)
/prizeteam/prizecompetition/{id}
findAllPrizeTeamOfPrizeCompetition(id)
RecommendationAlgorithmModule
GET
PrizeCompetition
PrizeTeam
(12)
/prizecompetition
findAllPrizeCompetition()
RecommendationAlgorithmModule
GET
PrizeCompetition
(13)
/prizeteam
findAllPrizeTeam()
RecommendationAlgorithmModule
GET
PrizeTeam
(14)
/recommendationalgorithm/{id}
findRecommendationAlgorithmById(id)
RecommendationAlgorithmModule
GET
RecommendationAlgorithm
(15)
/recommendationalgorithm
findAllRecommendationAlgorithm()
RecommendationAlgorithmModule
GET
RecommendationAlgorithm
(16)
/prizeteam
insertPrizeTeam(prizeteam)
RecommendationAlgorithmModule
POST
PrizeTeam
(17)
/prizecompetition
insertPrizeCompetition(prizecompetition)
RecommendationAlgorithmModule
POST
PrizeCompetition
(18)
/prizecompetition/{id}
deletePrizeCompetitionById(id)
RecommendationAlgorithmModule
DELETE
PrizeCompetition
(19)
/recommendationalgorithm/{id}
updateRecommendationAlgorithmById(recommendationalgorithm)
RecommendationAlgorithmModule
PUT
RecommendationAlgorithm
API 9: SeasonService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/episode/{id}
deleteEpisodeById(id)
SeasonModule
DELETE
Episode
(2)
/season
insertSeason(season)
SeasonModule
POST
Season
(3)
/season
findAllSeason()
SeasonModule
GET
Season
(4)
/servicefeature/servicesupply/{id}
findAllServiceFeatureOfServiceSupply(id)
SeasonModule
GET
ServiceSupply
ServiceFeature
(5)
/episode
insertEpisode(episode)
SeasonModule
POST
Episode
(6)
/episode/{id}
updateEpisodeById(episode)
SeasonModule
PUT
Episode
(7)
/servicefeature/{id}
deleteServiceFeatureById(id)
SeasonModule
DELETE
ServiceFeature
(8)
/servicefeature/{id}
updateServiceFeatureById(servicefeature)
SeasonModule
PUT
ServiceFeature
(9)
/episode/contenttitle/{id}
findAllEpisodeOfContentTitle(id)
SeasonModule
GET
ContentTitle
Episode
(10)
/season/{id}
updateSeasonById(season)
SeasonModule
PUT
Season
(11)
/servicefeature/{id}
findServiceFeatureById(id)
SeasonModule
GET
ServiceFeature
(12)
/episode
findAllEpisode()
SeasonModule
GET
Episode
(13)
/episode/season/{id}
findAllEpisodeOfSeason(id)
SeasonModule
GET
Season
Episode
(14)
/servicefeature
insertServiceFeature(servicefeature)
SeasonModule
POST
ServiceFeature
(15)
/episode/{id}
findEpisodeById(id)
SeasonModule
GET
Episode
(16)
/season/{id}
findSeasonById(id)
SeasonModule
GET
Season
(17)
/servicefeature
findAllServiceFeature()
SeasonModule
GET
ServiceFeature
(18)
/season/{id}
deleteSeasonById(id)
SeasonModule
DELETE
Season
(19)
/season/contenttitle/{id}
findAllSeasonOfContentTitle(id)
SeasonModule
GET
ContentTitle
Season
API 10: ServiceSupplyService-API (33)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/trafficstatistic/{id}
updateTrafficStatisticById(trafficstatistic)
Module
PUT
TrafficStatistic
(2)
/regulatoryrestriction/{id}
deleteRegulatoryRestrictionById(id)
Module
DELETE
RegulatoryRestriction
(3)
/marketpresence
insertMarketPresence(marketpresence)
Module
POST
MarketPresence
(4)
/serviceoutage
insertServiceOutage(serviceoutage)
Module
POST
ServiceOutage
(5)
/marketpresence/servicesupply/{id}
findAllMarketPresenceOfServiceSupply(id)
Module
GET
ServiceSupply
MarketPresence
(6)
/regulatoryrestriction/{id}
updateRegulatoryRestrictionById(regulatoryrestriction)
Module
PUT
RegulatoryRestriction
(7)
/serviceoutage
findAllServiceOutage()
Module
GET
ServiceOutage
(8)
/marketpresence
findAllMarketPresence()
Module
GET
MarketPresence
(9)
/trafficstatistic/servicesupply/{id}
findAllTrafficStatisticOfServiceSupply(id)
Module
GET
ServiceSupply
TrafficStatistic
(10)
/regulatoryrestriction
insertRegulatoryRestriction(regulatoryrestriction)
Module
POST
RegulatoryRestriction
(11)
/serviceoutage/{id}
deleteServiceOutageById(id)
Module
DELETE
ServiceOutage
(12)
/marketpresence/country/{id}
findAllMarketPresenceOfCountry(id)
Module
GET
Country
MarketPresence
(13)
/trafficstatistic/{id}
findTrafficStatisticById(id)
Module
GET
TrafficStatistic
(14)
/servicesupply
insertServiceSupply(servicesupply)
Module
POST
ServiceSupply
(15)
/regulatoryrestriction/servicesupply/{id}
findAllRegulatoryRestrictionOfServiceSupply(id)
Module
GET
ServiceSupply
RegulatoryRestriction
(16)
/trafficstatistic/{id}
deleteTrafficStatisticById(id)
Module
DELETE
TrafficStatistic
(17)
/serviceoutage/servicesupply/{id}
findAllServiceOutageOfServiceSupply(id)
Module
GET
ServiceSupply
ServiceOutage
(18)
/trafficstatistic
findAllTrafficStatistic()
Module
GET
TrafficStatistic
(19)
/regulatoryrestriction/country/{id}
findAllRegulatoryRestrictionOfCountry(id)
Module
GET
Country
RegulatoryRestriction
(20)
/regulatoryrestriction/{id}
findRegulatoryRestrictionById(id)
Module
GET
RegulatoryRestriction
(21)
/regulatoryrestriction
findAllRegulatoryRestriction()
Module
GET
RegulatoryRestriction
(22)
/servicesupply/{id}
findServiceSupplyById(id)
Module
GET
ServiceSupply
(23)
/trafficstatistic
insertTrafficStatistic(trafficstatistic)
Module
POST
TrafficStatistic
(24)
/marketpresence/{id}
updateMarketPresenceById(marketpresence)
Module
PUT
MarketPresence
(25)
/servicesupply/{id}
updateServiceSupplyById(servicesupply)
Module
PUT
ServiceSupply
(26)
/serviceoutage/{id}
findServiceOutageById(id)
Module
GET
ServiceOutage
(27)
/servicesupply
findAllServiceSupply()
Module
GET
ServiceSupply
(28)
/trafficstatistic/country/{id}
findAllTrafficStatisticOfCountry(id)
Module
GET
Country
TrafficStatistic
(29)
/marketpresence/{id}
deleteMarketPresenceById(id)
Module
DELETE
MarketPresence
(30)
/serviceoutage/{id}
updateServiceOutageById(serviceoutage)
Module
PUT
ServiceOutage
(31)
/servicesupply/company/{id}
findAllServiceSupplyOfCompany(id)
Module
GET
Company
ServiceSupply
(32)
/marketpresence/{id}
findMarketPresenceById(id)
Module
GET
MarketPresence
(33)
/servicesupply/{id}
deleteServiceSupplyById(id)
Module
DELETE
ServiceSupply
API 11: SubscriptionPlanService-API (20)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/membership/{id}
updateMembershipById(membership)
SubscriptionPlanModule
PUT
Membership
(2)
/subsidiary/{id}
findSubsidiaryById(id)
SubscriptionPlanModule
GET
Subsidiary
(3)
/subscriptionplan/{id}
deleteSubscriptionPlanById(id)
SubscriptionPlanModule
DELETE
SubscriptionPlan
(4)
/subscriptionplan
findAllSubscriptionPlan()
SubscriptionPlanModule
GET
SubscriptionPlan
(5)
/membership/{id}
deleteMembershipById(id)
SubscriptionPlanModule
DELETE
Membership
(6)
/subsidiary/{id}
updateSubsidiaryById(subsidiary)
SubscriptionPlanModule
PUT
Subsidiary
(7)
/subsidiary
findAllSubsidiary()
SubscriptionPlanModule
GET
Subsidiary
(8)
/subscriptionplan/servicesupply/{id}
findAllSubscriptionPlanOfServiceSupply(id)
SubscriptionPlanModule
GET
ServiceSupply
SubscriptionPlan
(9)
/membership
findAllMembership()
SubscriptionPlanModule
GET
Membership
(10)
/membership/useraccount/{id}
findAllMembershipOfUserAccount(id)
SubscriptionPlanModule
GET
UserAccount
Membership
(11)
/membership
insertMembership(membership)
SubscriptionPlanModule
POST
Membership
(12)
/subsidiary/{id}
deleteSubsidiaryById(id)
SubscriptionPlanModule
DELETE
Subsidiary
(13)
/subscriptionplan/{id}
findSubscriptionPlanById(id)
SubscriptionPlanModule
GET
SubscriptionPlan
(14)
/subsidiary
insertSubsidiary(subsidiary)
SubscriptionPlanModule
POST
Subsidiary
(15)
/subscriptionplan/{id}
updateSubscriptionPlanById(subscriptionplan)
SubscriptionPlanModule
PUT
SubscriptionPlan
(16)
/subsidiary/parentcompany/{id}
findAllSubsidiaryOfParentCompany(id)
SubscriptionPlanModule
GET
Company
Subsidiary
(17)
/subscriptionplan
insertSubscriptionPlan(subscriptionplan)
SubscriptionPlanModule
POST
SubscriptionPlan
(18)
/membership/subscriptionplan/{id}
findAllMembershipOfSubscriptionPlan(id)
SubscriptionPlanModule
GET
SubscriptionPlan
Membership
(19)
/subsidiary/company/{id}
findAllSubsidiaryOfCompany(id)
SubscriptionPlanModule
GET
Company
Subsidiary
(20)
/membership/{id}
findMembershipById(id)
SubscriptionPlanModule
GET
Membership
API 12: UserProfileService-API (20)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/userprofile/{id}
updateUserProfileById(userprofile)
UserProfileModule
PUT
UserProfile
(2)
/userprofile
insertUserProfile(userprofile)
UserProfileModule
POST
UserProfile
(3)
/useraccount/{id}
findUserAccountById(id)
UserProfileModule
GET
UserAccount
(4)
/userprofile/{id}
findUserProfileById(id)
UserProfileModule
GET
UserProfile
(5)
/useraccount/country/{id}
findAllUserAccountOfCountry(id)
UserProfileModule
GET
Country
UserAccount
(6)
/recommendationevent
insertRecommendationEvent(recommendationevent)
UserProfileModule
POST
RecommendationEvent
(7)
/recommendationevent/{id}
findRecommendationEventById(id)
UserProfileModule
GET
RecommendationEvent
(8)
/recommendationevent/{id}
updateRecommendationEventById(recommendationevent)
UserProfileModule
PUT
RecommendationEvent
(9)
/recommendationevent/recommendationalgorithm/{id}
findAllRecommendationEventOfRecommendationAlgorithm(id)
UserProfileModule
GET
RecommendationAlgorithm
RecommendationEvent
(10)
/recommendationevent
findAllRecommendationEvent()
UserProfileModule
GET
RecommendationEvent
(11)
/userprofile
findAllUserProfile()
UserProfileModule
GET
UserProfile
(12)
/recommendationevent/contenttitle/{id}
findAllRecommendationEventOfContentTitle(id)
UserProfileModule
GET
ContentTitle
RecommendationEvent
(13)
/recommendationevent/{id}
deleteRecommendationEventById(id)
UserProfileModule
DELETE
RecommendationEvent
(14)
/useraccount/{id}
deleteUserAccountById(id)
UserProfileModule
DELETE
UserAccount
(15)
/useraccount/{id}
updateUserAccountById(useraccount)
UserProfileModule
PUT
UserAccount
(16)
/useraccount
findAllUserAccount()
UserProfileModule
GET
UserAccount
(17)
/useraccount
insertUserAccount(useraccount)
UserProfileModule
POST
UserAccount
(18)
/userprofile/useraccount/{id}
findAllUserProfileOfUserAccount(id)
UserProfileModule
GET
UserAccount
UserProfile
(19)
/userprofile/{id}
deleteUserProfileById(id)
UserProfileModule
DELETE
UserProfile
(20)
/recommendationevent/userprofile/{id}
findAllRecommendationEventOfUserProfile(id)
UserProfileModule
GET
UserProfile
RecommendationEvent
Overview
Summary
Contact
Donate
Imprint