Skip to main content

SolSolution

No description

type SolSolution {
aiModels: [SftAIModel!]!
attachments: [SolAttachment!]!
createdAt: DateTime!
createdBy: DesWorkspaceUser!
createdById: ID! @deprecated
description: String
esdDocuments: [SysEsdDocument!]!
evalKitId: ID
flowType: String
folderId: String!
hardwareProjects: [DesProject!]!
id: ID!
isScaffolding: Boolean!
modifiedAt: DateTime
modifiedBy: DesWorkspaceUser
modifiedById: ID @deprecated
motorStudioProjects: [RsaMotorStudioProject!]!
name: String!
owner: DesWorkspaceUser
parameterBundle: String
parameterBundleValues: [SolParameterBundleValue!]
permissions: [DesPermission!]
previewUrl: String!
sharedWith: [DesWorkspaceUser!]!
simulations: [SftSimSimulation!]!
softwareProjects: [SftSoftwareProject!]!
solutionTemplateId: ID
systemDataModel: SysSdmSystemModel
}

Fields

SolSolution.aiModels ● [SftAIModel!]! non-null object

AI models associated with the solution.

SolSolution.attachments ● [SolAttachment!]! non-null object

Collection of attachments associated with the solution.

SolSolution.createdAt ● DateTime! non-null scalar

SolSolution.createdBy ● DesWorkspaceUser! non-null object

SolSolution.createdById ● ID! deprecated non-null scalar

DEPRECATED

Fields play a technical role for schema stitching purposes.

SolSolution.description ● String scalar

SolSolution.esdDocuments ● [SysEsdDocument!]! non-null object

ESD documents associated with the solution.

SolSolution.evalKitId ● ID scalar

SolSolution.flowType ● String scalar

SolSolution.folderId ● String! non-null scalar

SolSolution.hardwareProjects ● [DesProject!]! non-null object

Hardware projects associated with the solution.

SolSolution.id ● ID! non-null scalar

SolSolution.isScaffolding ● Boolean! non-null scalar

Gets current scaffolding status.

SolSolution.modifiedAt ● DateTime scalar

SolSolution.modifiedBy ● DesWorkspaceUser object

SolSolution.modifiedById ● ID deprecated scalar

DEPRECATED

Fields play a technical role for schema stitching purposes.

SolSolution.motorStudioProjects ● [RsaMotorStudioProject!]! non-null object

Motor Studio projects associated with the solution.

SolSolution.name ● String! non-null scalar

SolSolution.owner ● DesWorkspaceUser object

Owner of the solution.

SolSolution.parameterBundle ● String scalar

SolSolution.parameterBundleValues ● [SolParameterBundleValue!] list object

SolSolution.permissions ● [DesPermission!] list interface

Collection of the solution's permissions.

SolSolution.previewUrl ● String! non-null scalar

Relative URL for the preview image. Ensure you use the appropriate workspace domain when constructing the full URL.

SolSolution.sharedWith ● [DesWorkspaceUser!]! non-null object

Workspace users with whom the solution has been shared.

SolSolution.simulations ● [SftSimSimulation!]! non-null object

Simulations associated with the solution.

SolSolution.softwareProjects ● [SftSoftwareProject!]! non-null object

Software projects associated with the solution.

SolSolution.solutionTemplateId ● ID scalar

SolSolution.systemDataModel ● SysSdmSystemModel object

System data model associated with the solution.