Waiting for engine...
Skip to main content

catalogListingCTAInvoked

Record a Call to Action (CTA) invocation on a catalog listing. The catalog listing status must "PUBLISHED" for the operation to complete successfully. Returns the catalog listing that was interacted with.

An example of the request:

mutation {
catalogListingCTAInvoked(catalogListingId: "catalog-listing-id-123") {
id
listingArtifact {
listingType
}
listingMetaData {
name
}
}
}

catalogListingCTAInvoked(
catalogListingId: ID!
): CatalogListing

Arguments

catalogListingCTAInvoked.catalogListingId ● ID! non-null scalar miscellaneous

Type

CatalogListing object catalog-service

Represents a catalog listing solution with its complete information including metadata, artifact details, status, tags, and audit information.

On this Page