| name | data type | description |
|---|---|---|
| facets | object | |
| items | array of SCSearchItem | |
| |
|
|
| 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
{
"facets" : {
"property1" : "...",
"property2" : "..."
},
"searchLimitStatus" : 12345.0,
"parts" : {
"property1" : "...",
"property2" : "..."
},
"totalAvailable" : 12345.0,
"items" : [ {
"id" : {
"orphan" : true,
"windchillId" : true,
"e3cNavData" : "...",
"e3cDomainTypeId" : "...",
"e3cExtraNavData" : "...",
"referencedClass" : { },
"constantContextId" : true,
"referencedClassName" : "...",
"id" : 12345.0,
"e3CId" : true,
"className" : "...",
"e3CNavData" : true
},
"attributes" : {
"property1" : "...",
"property2" : "..."
},
"stringId" : "...",
"orientationPaths" : [ { }, { } ]
}, {
"id" : {
"orphan" : true,
"windchillId" : true,
"e3cNavData" : "...",
"e3cDomainTypeId" : "...",
"e3cExtraNavData" : "...",
"referencedClass" : { },
"constantContextId" : true,
"referencedClassName" : "...",
"id" : 12345.0,
"e3CId" : true,
"className" : "...",
"e3CNavData" : true
},
"attributes" : {
"property1" : "...",
"property2" : "..."
},
"stringId" : "...",
"orientationPaths" : [ { }, { } ]
} ],
"customMetadataMap" : {
"property1" : "...",
"property2" : "..."
},
"metadataMap" : {
"property1" : "...",
"property2" : "..."
},
"customMetadataEmpty" : true,
"metadataEmpty" : true,
"actions" : {
"property1" : "...",
"property2" : "..."
}
}