SCSearchList

Properties
name data type description
facets object
items array of SCSearchItem
metadata array of object
parts object
searchLimitStatus number
totalAvailable number
Properties inherited from AbstractMetadataContainer
customMetadataEmpty boolean
customMetadataMap object
metadataEmpty boolean
metadataMap object
Properties inherited from ActionLinkContainer
actions object

Example

{
  "parts" : {
    "property1" : "...",
    "property2" : "..."
  },
  "searchLimitStatus" : 12345.0,
  "facets" : {
    "property1" : "...",
    "property2" : "..."
  },
  "items" : [ {
    "id" : {
      "className" : "...",
      "windchillId" : true,
      "e3CNavData" : true,
      "referencedClass" : { },
      "e3CId" : true,
      "orphan" : true,
      "e3cNavData" : "...",
      "constantContextId" : true,
      "e3cDomainTypeId" : "...",
      "e3cExtraNavData" : "...",
      "id" : 12345.0
    },
    "attributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "stringId" : "...",
    "orientationPaths" : [ { }, { } ]
  }, {
    "id" : {
      "className" : "...",
      "windchillId" : true,
      "e3CNavData" : true,
      "referencedClass" : { },
      "e3CId" : true,
      "orphan" : true,
      "e3cNavData" : "...",
      "constantContextId" : true,
      "e3cDomainTypeId" : "...",
      "e3cExtraNavData" : "...",
      "id" : 12345.0
    },
    "attributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "stringId" : "...",
    "orientationPaths" : [ { }, { } ]
  } ],
  "totalAvailable" : 12345.0,
  "metadataMap" : {
    "property1" : "...",
    "property2" : "..."
  },
  "metadataEmpty" : true,
  "customMetadataMap" : {
    "property1" : "...",
    "property2" : "..."
  },
  "customMetadataEmpty" : true,
  "actions" : {
    "property1" : "...",
    "property2" : "..."
  }
}