SCItem

Properties
name data type description
WCTypeId string
acl SCAcl
applicationId string
attachements object
attributes object
byteAttachements object
collectionRefs object
collections object
customMetadata object
displayName string
domainTypeId string
id SCId
metadata object
metadataGroup array of object
modifiers object
objectRefs object
objects object
orgName string
stringId string
typeDefinition SCTypeDefinition
versionId string
Properties inherited from AbstractMetadataContainer
customMetadataEmpty boolean
customMetadataMap object
metadataEmpty boolean
metadataMap object
Properties inherited from ActionLinkContainer
actions object

Example

{
  "collections" : {
    "property1" : "...",
    "property2" : "..."
  },
  "displayName" : "Item Display Name",
  "metadataGroup" : [ {
    "property1" : "...",
    "property2" : "..."
  }, {
    "property1" : "...",
    "property2" : "..."
  } ],
  "objectRefs" : {
    "property1" : "...",
    "property2" : "..."
  },
  "objects" : {
    "property1" : "...",
    "property2" : "..."
  },
  "stringId" : "com.ptc.sc.ph.SCProductHierarchyRoot-12345",
  "collectionRefs" : {
    "property1" : "...",
    "property2" : "..."
  },
  "attributes" : {
    "property1" : "...",
    "property2" : "..."
  },
  "modifiers" : {
    "property1" : "...",
    "property2" : "..."
  },
  "domainTypeId" : "Product",
  "byteAttachements" : {
    "property1" : "...",
    "property2" : "..."
  },
  "attachements" : {
    "property1" : "...",
    "property2" : "..."
  },
  "versionId" : "...",
  "WCTypeId" : "WCTYPE|com.ptc.sc.ph.SCProductHierarchyRoot",
  "typeDefinition" : {
    "WCTypeId" : "...",
    "attributes" : [ {
      "displayName" : "...",
      "dataType" : "...",
      "internalName" : "...",
      "description" : "..."
    }, {
      "displayName" : "...",
      "dataType" : "...",
      "internalName" : "...",
      "description" : "..."
    } ],
    "domainModelName" : "...",
    "canCreate" : true
  },
  "id" : {
    "orphan" : true,
    "windchillId" : true,
    "e3cNavData" : "...",
    "e3cDomainTypeId" : "...",
    "e3cExtraNavData" : "...",
    "referencedClass" : {
      "annotatedInterfaces" : [ { }, { } ],
      "declaredConstructors" : [ { }, { } ],
      "constructors" : [ { }, { } ],
      "classLoader" : { },
      "signers" : [ { }, { } ],
      "genericInterfaces" : [ { }, { } ],
      "localClass" : true,
      "genericSuperclass" : { },
      "declaredMethods" : [ { }, { } ],
      "simpleName" : "...",
      "enclosingConstructor" : { },
      "interfaces" : [ { }, { } ],
      "interface" : true,
      "annotation" : true,
      "declaredClasses" : [ { }, { } ],
      "annotations" : [ { }, { } ],
      "declaringClass" : { },
      "canonicalName" : "...",
      "enclosingClass" : { },
      "componentType" : { },
      "anonymousClass" : true,
      "methods" : [ { }, { } ],
      "enclosingMethod" : { },
      "declaredFields" : [ { }, { } ],
      "annotatedSuperclass" : { },
      "protectionDomain" : { },
      "declaredAnnotations" : [ { }, { } ],
      "synthetic" : true,
      "package" : { },
      "primitive" : true,
      "modifiers" : 12345.0,
      "enum" : true,
      "superclass" : { },
      "typeName" : "...",
      "typeParameters" : [ { }, { } ],
      "memberClass" : true,
      "fields" : [ { }, { } ],
      "enumConstants" : [ { }, { } ],
      "name" : "...",
      "array" : true,
      "classes" : [ { }, { } ]
    },
    "constantContextId" : true,
    "referencedClassName" : "...",
    "id" : 12345.0,
    "e3CId" : true,
    "className" : "...",
    "e3CNavData" : true
  },
  "orgName" : "...",
  "applicationId" : "...",
  "acl" : {
    "delete" : true,
    "edit" : true
  },
  "customMetadataMap" : {
    "property1" : "...",
    "property2" : "..."
  },
  "metadataMap" : {
    "property1" : "...",
    "property2" : "..."
  },
  "customMetadataEmpty" : true,
  "metadataEmpty" : true,
  "actions" : {
    "property1" : "...",
    "property2" : "..."
  }
}