Retrieve a list of kit type items of a cached reference kit type.

GET {{baseUrl}}/CachedRefKitTypes({{RefKitTypeUUID}})/KitTypeItems?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=refreshedAt,MoleculeId desc&$select=RefKitTypeUUID,RefKitTypeUUID&$expand=*,Molecule

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;refreshedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;MoleculeUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;RefKitTypeUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;MoleculeId&quot;:&quot;\u003cstring\u003e&quot;,&quot;Molecule&quot;:{&quot;refreshedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;MoleculeUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;MoleculeId&quot;:&quot;\u003cstring\u003e&quot;,&quot;Description&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;refreshedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;MoleculeUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;RefKitTypeUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;MoleculeId&quot;:&quot;\u003cstring\u003e&quot;,&quot;Molecule&quot;:{&quot;refreshedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;MoleculeUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;MoleculeId&quot;:&quot;\u003cstring\u003e&quot;,&quot;Description&quot;:&quot;\u003cstring\u003e&quot;}}]}