Waiting for engine...
Skip to main content

SpaceArtifactListingMetaData

Includes the metadata for the Space artifact listing.

type SpaceArtifactListingMetaData {
title: String
description: String
expectedPublishingDate: DateTime
demoLink: String
demoFile: SpaceArtifactImageData
communityArticleHelpLink: String
communityArticleHelpFile: SpaceArtifactImageData
keyFeatures: [String!]
detailedContent: String
displayOrder: Int
featured: Boolean
displayRecipeCallOut: Boolean
actualPublishingDate: DateTime
discoverLink: String
difficultyLevel: DifficultyLevel
suggestedTags: String
bannerLogoImageOne: SpaceArtifactImageData
bannerLogoImageTwo: SpaceArtifactImageData
bannerLogoImageThree: SpaceArtifactImageData
supportForm: SpaceArtifactImageData
supportFormLink: String
catalogArtifactMetaData: String
termsAcceptanceDate: DateTime
publicUrl: String
}

Fields

SpaceArtifactListingMetaData.title ● String scalar miscellaneous

Artifact Listing title.

SpaceArtifactListingMetaData.description ● String scalar miscellaneous

A short description of the artifact listing.

SpaceArtifactListingMetaData.expectedPublishingDate ● DateTime scalar partner-portal

Indicates the expected publishing date for the artifact.

SpaceArtifactListingMetaData.demoLink ● String scalar miscellaneous

Indicates the demo url for the artifact.

SpaceArtifactListingMetaData.demoFile ● SpaceArtifactImageData object catalog-service

Indicates the demo file url.

SpaceArtifactListingMetaData.communityArticleHelpLink ● String scalar miscellaneous

Stores the reference to the community article help page.

SpaceArtifactListingMetaData.communityArticleHelpFile ● SpaceArtifactImageData object catalog-service

Stores the community article help file.

SpaceArtifactListingMetaData.keyFeatures ● [String!] list scalar miscellaneous

Stores the step-wise procedure.

SpaceArtifactListingMetaData.detailedContent ● String scalar miscellaneous

HTML for the content of the artifact detail page.

SpaceArtifactListingMetaData.displayOrder ● Int scalar miscellaneous

Position on the artifact on the home page.

SpaceArtifactListingMetaData.featured ● Boolean scalar miscellaneous

Set the feature flag to true to identify the artifact as a featured item on the website. Otherwise, set the feature flag to false.

SpaceArtifactListingMetaData.displayRecipeCallOut ● Boolean scalar miscellaneous

Indicates whether to show Marketo prospecting form.

SpaceArtifactListingMetaData.actualPublishingDate ● DateTime scalar partner-portal

Indicates the actual publishing date for the artifact.

SpaceArtifactListingMetaData.discoverLink ● String scalar miscellaneous

Indicates the discover url for the artifact.

SpaceArtifactListingMetaData.difficultyLevel ● DifficultyLevel enum catalog-service

Indicates the difficultyLevel.

SpaceArtifactListingMetaData.suggestedTags ● String scalar miscellaneous

Submitter's suggestions for new tags.

SpaceArtifactListingMetaData.bannerLogoImageOne ● SpaceArtifactImageData object catalog-service

Stores the first banner logo image.

SpaceArtifactListingMetaData.bannerLogoImageTwo ● SpaceArtifactImageData object catalog-service

Stores the second banner logo image.

SpaceArtifactListingMetaData.bannerLogoImageThree ● SpaceArtifactImageData object catalog-service

Stores the third banner logo image.

SpaceArtifactListingMetaData.supportForm ● SpaceArtifactImageData object catalog-service

The url to the Support form document.

SpaceArtifactListingMetaData.supportFormLink ● String scalar miscellaneous

Support form link provided by the partner instead of the support form file.

SpaceArtifactListingMetaData.catalogArtifactMetaData ● String scalar miscellaneous

The artifact metadata of the Integration Pack for the space admin user.

SpaceArtifactListingMetaData.termsAcceptanceDate ● DateTime scalar partner-portal

Indicates terms and conditions agreed date

SpaceArtifactListingMetaData.publicUrl ● String scalar miscellaneous

Stores accelerator public url

Member Of

SpaceArtifactListing object

On this Page