OBJECT
Organization
An organization
link GraphQL Schema definition
- type Organization {
- # List out all the albums for the current organization
- #
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # search_term: [Not documented]
- # sort_by: [Not documented]
- # sort_order: [Not documented]
- (
- : Int,
- : Int,
- : String,
- : AlbumsSortBy,
- : SortOrder
- ): Albums!
- # Audio analytics for top artists in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AnalyticsTopArtistsCursorInput
- ): [AnalyticsTopArtist!]!
- # Number of top artists in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AnalyticsTopArtistsCursorInput
- ): Int!
- # Audio analytics for top medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AnalyticsTopContentCursorInput
- ): [AnalyticsTopContent!]!
- # Number of top medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AnalyticsTopContentCursorInput
- ): Int!
- # Audio analytics for top countries for a organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AnalyticsTopGeocountryCursorInput
- ): [AnalyticsTopGeocountry!]!
- # Any more top countries for a organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AnalyticsTopGeocountryCursorInput
- ): Boolean!
- # Number of top countries for a organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AnalyticsTopGeocountryCursorInput
- ): Int!
- # Audio analytics for top users in this organization
- #
- # Arguments
- # input: [Not documented]
- (: AnalyticsTopUsersCursorInput): [AnalyticsTopUser!]!
- # Number of top users in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AnalyticsTopUsersCursorInput
- ): Int!
- # Audio analytics for an organization
- #
- # Arguments
- # input: [Not documented]
- (: AudioAnalyticsCursorInput): AudioAnalytics!
- # Audio analytics by age group for an organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AudioAnalyticsByAgegroupCursorInput
- ): [AudioAnalyticsByAgegroup!]!
- # Audio analytics by device for a user
- #
- # Arguments
- # input: [Not documented]
- (
- : AudioAnalyticsByDeviceCursorInput
- ): [AudioAnalyticsByDevice!]!
- # Audio analytics by gender for an organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AudioAnalyticsByGenderCursorInput
- ): [AudioAnalyticsByGender!]!
- # Audio analytics by source for an organization
- #
- # Arguments
- # input: [Not documented]
- (
- : AudioAnalyticsBySourceCursorInput
- ): [AudioAnalyticsBySource!]!
- # Number of audio analytics for an organization
- #
- # Arguments
- # input: [Not documented]
- (: AudioAnalyticsCursorInput): Int!
- # Information about whether or not a month has any balance_adjustments
- : [Date!]!
- # The networks the organization has made revenue from
- #
- # Arguments
- # audio: [Not documented]
- (: Boolean): [Network!]!
- # Series of carousel copy items
- : [CarouselItem!]
- # Any more cash advance recoupments for organization
- #
- # Arguments
- # input: [Not documented]
- (
- : CashAdvanceRecoupmentsCursorInput
- ): Boolean!
- # Number of cash advance recoupments for organization
- #
- # Arguments
- # input: [Not documented]
- (
- : CashAdvanceRecoupmentsCursorInput
- ): Int!
- # Cash advance recoupments for organization
- #
- # Arguments
- # input: [Not documented]
- (
- : CashAdvanceRecoupmentsCursorInput
- ): [CashAdvanceRecoupment!]!
- : Int!
- # Organization's dashboard url
- : String
- # Total earnings for all top users in the organization
- : Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
- : ID!
- # Month Revenue for Networks
- #
- # Arguments
- # input: [Not documented]
- (
- : MonthlyNetworkRevenuesCursorInput
- ): [MonthlyNetworkRevenue!]!
- # Name of the organization
- : String!
- # Total label earnings for all top users in the organization
- : Float! @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Owner of this organization
- : User
- # Total earnings for all top users in the organization
- : String!
- # Total label earnings for all top users in the organization (inexact)
- : String!
- # Total label earnings for all top users in the organization
- : String!
- # Earnings for the quarters in the current year
- #
- # Arguments
- # input: [Not documented]
- (: QuarterlyEarningsCursorInput): [QuarterlyEarnings!]!
- # Top medias by streams in this organization
- #
- # Arguments
- # input: [Not documented]
- (: RankedMediasCursorInput): [RankedMedia!]!
- # Count of top medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (: RankedMediasCursorInput): Int!
- # Top album medias by earnings in this organization
- #
- # Arguments
- # input: [Not documented]
- (: TopAlbumMediasCursorInput): [TopAlbumMedia!]!
- # Any more top album medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : TopAlbumMediasCursorInput
- ): Boolean!
- # Number of top album medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (: TopAlbumMediasCursorInput): Int!
- # Top albums for the organization
- #
- # Arguments
- # input: [Not documented]
- (: TopAlbumsCursorInput): [TopAlbum!]!
- # Any more top medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : TopAlbumsCursorInput
- ): Boolean!
- # Count of top albums for the organization
- #
- # Arguments
- # input: [Not documented]
- (: TopAlbumsCursorInput): Int!
- # Top artists for the organization
- #
- # Arguments
- # input: [Not documented]
- (: TopArtistsCursorInput): [TopArtist!]!
- # Any more top medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : TopArtistsCursorInput
- ): Boolean!
- # Count of top artists for the organization
- #
- # Arguments
- # input: [Not documented]
- (: TopArtistsCursorInput): Int!
- # Top countries for the organization
- #
- # Arguments
- # input: [Not documented]
- (: TopGeocountryCursorInput): [TopGeocountry!]!
- # Any more top countries in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : TopGeocountryCursorInput
- ): Boolean!
- # Count of top countries for the organization
- #
- # Arguments
- # input: [Not documented]
- (: TopGeocountryCursorInput): Int!
- # Top medias by earnings in this organization
- #
- # Arguments
- # input: [Not documented]
- (: TopMediasCursorInput): [TopMedia!]!
- # Any more top medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (
- : TopMediasCursorInput
- ): Boolean!
- # Number of top medias in this organization
- #
- # Arguments
- # input: [Not documented]
- (: TopMediasCursorInput): Int!
- # Top users in organization
- #
- # Arguments
- # input: [Not documented]
- (: TopUsersCursorInput): [TopUser!]!
- # Any more top users in organization
- #
- # Arguments
- # input: [Not documented]
- (
- : TopUsersCursorInput
- ): Boolean!
- # Number of top users in organization
- #
- # Arguments
- # input: [Not documented]
- (: TopUsersCursorInput): Int!
- # User in this organization
- #
- # Arguments
- # id: [Not documented]
- (: ID): User
- # List of users in this organization
- #
- # Arguments
- # search_term: [Not documented]
- # include_admins: [Not documented]
- (
- : String,
- : Boolean
- ): [User!]! @deprecated( reason: "WARNING: non cursor fields are deprecated use `Organization.users_cursor` instead" )
- # Any more users in organization
- #
- # Arguments
- # input: [Not documented]
- (: UsersCursorInput): Boolean!
- # Number of users in organization
- #
- # Arguments
- # input: [Not documented]
- (: UsersCursorInput): Int!
- # Users in organization
- #
- # Arguments
- # input: [Not documented]
- (: UsersCursorInput): [User!]!
- # Arguments
- # input: [Not documented]
- (
- : YoutubeConflictsCursorInput
- ): [YoutubeConflictTotals!]!
- # Arguments
- # input: [Not documented]
- (: YoutubeConflictsCursorInput): [YoutubeConflict!]!
- # Arguments
- # input: [Not documented]
- (
- : YoutubeConflictsCursorInput
- ): Boolean!
- # Arguments
- # input: [Not documented]
- (
- : YoutubeConflictsCursorInput
- ): Int!
- # When the most recent YouTube Conflicts report was ingested into Vydia's Database
- #
- # Arguments
- # input: [Not documented]
- (
- : YoutubeConflictsCursorInput
- ): DateTime!
- # Arguments
- # input: [Not documented]
- (: YoutubeUgcCursorInput): [YoutubeUgc!]!
- # Arguments
- # input: [Not documented]
- (
- : YoutubeUgcCursorInput
- ): Boolean!
- # Arguments
- # input: [Not documented]
- (: YoutubeUgcCursorInput): Int!
- # When the most recent YouTube Ugc report was ingested into Vydia's Database
- #
- # Arguments
- # input: [Not documented]
- (
- : YoutubeUgcCursorInput
- ): DateTime!
- # Arguments
- # input: [Not documented]
- (: YoutubeUgcCursorInput): [YoutubeUgcTotals!]!
- }