query GetContent($id: Int!, $status: ModelStatus, $requirePublished: Boolean) { getContent(input: { id: $id, status: $status, requirePublished: $requirePublished }) { __typename id name seoTitle shortName type teaser(input: { useFallback: true, maxLength: 175 }) explicitTeaser: teaser(input: { useFallback: false, maxLength: null }) bodyBlocks publishedDate published labels layout metadata { title aiKeywords aiIndustries } relatedContent(input: { queryTypes: [owned] }) { edges { node { id type } } } siteContext { path canonicalUrl url } company { id name alias enableRmi } primarySection { id name fullName alias canonicalPath gamAlias hierarchy { id name alias canonicalPath } } membership { id additionalUserDemographicFields alias completeRegistrationPageText emailConfirmationReminderText emailConfirmationText features gatedContentPreviewText isFree joinButtonLabel joinButtonText missingProductMessage omedaProduct omedaProductName omedaProductVersion omedaPromoCode overviewText paymentFormURL payNowButtonLabel payNowButtonText requiredUserCommonFields requiredUserDemographicFields status title } taxonomy(input: { pagination: { limit: 50 } }) { edges { node { id type name fullName } } } primaryImage { id src alt caption credit isLogo displayName } gating { surveyType surveyId } userRegistration { isRequired accessLevels } websiteSchedules { section { id name alias } option { id name } } images(input: { pagination: { limit: 100 } }) { edges { node { id name src credit caption alt body displayName approvedWebsite approvedMagazine } } } ... on ContentArticle { sidebars } ... on ContentVideo { embedCode } ... on ContentNews { source byline } ... on ContentEvent { endDate startDate venue { id addresses { address1 address2 city region country postalCode primary } name } } ... on ContentContact { fullName body title website socialLinks { provider url label } } ... on ContentPromotion { linkUrl crawlUrl } ... on ContentWebinar { linkUrl startDate sponsors { edges { node { id name path } } } } ... on Addressable { address1 address2 city state zip cityStateZip country } ... on Contactable { phone tollfree fax website title mobile publicEmail } ... on ContentCompany { website address1 address2 city state zip phone fax enableRmi numberOfEmployees productSummary yearsInOperation tollfree publicEmail publicContacts { edges { node { id fullName title email publicEmail primaryImage { src alt caption credit } } } } socialLinks { provider url label } youtube { username channelId playlistId } youtubeVideos(input: { pagination: { limit: 10 } }) { edges { node { id thumbnail description published title url } } } youtubeUrl } ... on SocialLinkable { socialLinks { provider url label } } ... on Media { fileSrc } ... on Inquirable { enableRmi } ... on Authorable { authors { edges { node { id name title type } } } contributors { edges { node { id name type } } } photographers { edges { node { id name type } } } } } }