Waiting for engine...
Skip to main content

SpaceArtifactListing

Represents a listing of an artifact within a Space. It has the artifact’s metadata, submission lifecycle, ownership information, and related entities such as tags, topics, and publishers.

type SpaceArtifactListing {
id: ID!
spaceId: String!
spaceArtifact: SpaceArtifact!
spaceArtifactListingMetaData: SpaceArtifactListingMetaData
submissionStatus: SpaceArtifactListingSubmissionStatus
lastSubmittedDate: DateTime
reviewerUserId: String
statusLastModifiedDate: DateTime
tags: [SpaceArtifactListingTag]
publisher: Publisher
topics: [Topic!]
createdDate: DateTime
createdByAccountId: ID
createdByUserId: ID
lastModifiedDate: DateTime
modifiedByAccountId: ID
modifiedByUserId: ID
lastSubmittedByUserId: ID
}

Fields

SpaceArtifactListing.id ● ID! non-null scalar miscellaneous

Internal document ID!.

SpaceArtifactListing.spaceId ● String! non-null scalar miscellaneous

The Space id the artifact belongs to.

SpaceArtifactListing.spaceArtifact ● SpaceArtifact! non-null object catalog-service

The artifact details like the type, the source internal id. Refer SpaceArtifact.

SpaceArtifactListing.spaceArtifactListingMetaData ● SpaceArtifactListingMetaData object catalog-service

The metadata of the artifact listing defined in SpaceArtifactListingMetaData.

SpaceArtifactListing.submissionStatus ● SpaceArtifactListingSubmissionStatus union catalog-service

Indicates the Space artifact submission status.

SpaceArtifactListing.lastSubmittedDate ● DateTime scalar partner-portal

All notes created after this date will be new ones.

SpaceArtifactListing.reviewerUserId ● String scalar miscellaneous

User id of the current Boomi admin who is reviewing this submission.

SpaceArtifactListing.statusLastModifiedDate ● DateTime scalar partner-portal

Date and time when the status was last modified

SpaceArtifactListing.tags ● [SpaceArtifactListingTag] list object catalog-service

Tags associated with the space artifact listing

SpaceArtifactListing.publisher ● Publisher object catalog-service

Publisher associated with the space artifact listing

SpaceArtifactListing.topics ● [Topic!] list object catalog-service

Topics associated with the space artifact listing

SpaceArtifactListing.createdDate ● DateTime scalar partner-portal

This is the time stamp of when a partner created the listing.

SpaceArtifactListing.createdByAccountId ● ID scalar miscellaneous

This is the account id of the partner who created the listing.

SpaceArtifactListing.createdByUserId ● ID scalar miscellaneous

This is the user id of the partner who created the listing.

SpaceArtifactListing.lastModifiedDate ● DateTime scalar partner-portal

This is the time stamp of when a solution admin/partner updated the listing.

SpaceArtifactListing.modifiedByAccountId ● ID scalar miscellaneous

This is the account id of the solution admin/partner that updated the listing.

SpaceArtifactListing.modifiedByUserId ● ID scalar miscellaneous

This is the user id of the solution admin/partner that updated the listing.

SpaceArtifactListing.lastSubmittedByUserId ● ID scalar miscellaneous

This is the user id of the partner that submitted the listing from either draft or action needed status.

Returned By

spaceArtifactListingAdminUpdate mutation ●  spaceArtifactListingCreate mutation ●  spaceArtifactListingUpdate mutation ●  submissionStatusUpdate mutation

Member Of

SpaceArtifactListingQueryResponse object

Implemented By

CatalogArtifact union

On this Page