# Get Condition Record Set Items With Set Id Validation Retrieves Condition Record Items with 3 keys (CRCI3) from the specified Condition Record Set. >You can use the CRCI1..CRCI12 type codes in the path to retrieve Condition Record Items with different number of keys. You can check for mandatory parameters, e. g.conditionRecordSetId. Endpoint: POST /conditionrecordset.fetch/CRCI3 Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `endRow` (integer) - `oldValues` (object) - `operationType` (string) - `startRow` (integer) - `textMatchStyle` (string) - `data` (object) - `data._constructor` (string) - `data.operator` (string) - `data.criteria` (array) - `data.criteria.fieldName` (string) - `data.criteria.value` (any) ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.startRow` (integer) - `response.data` (array) - `response.data.key1` (string) - `response.data.key2` (string) - `response.data.typedId` (string) - `response.data.key5` (string) - `response.data.key6` (string) - `response.data.lastUpdateDate` (string) - `response.data.key3` (string) - `response.data.key4` (string) - `response.data.key9` (string) - `response.data.key7` (string) - `response.data.validFrom` (string) - `response.data.key8` (string) - `response.data.priceUnit` (number,null) - `response.data.unitOfMeasure` (string,null) - `response.data.conditionRecordSetId` (integer) - `response.data.key11` (string) - `response.data.version` (integer) - `response.data.key10` (string) - `response.data.attribute9` (string) - `response.data.attribute8` (string) - `response.data.attribute5` (string) - `response.data.attribute4` (string) - `response.data.attribute7` (string) - `response.data.attribute6` (string) - `response.data.attribute1` (string) - `response.data.attribute14` (string) - `response.data.conditionValue` (number,null) - `response.data.attribute13` (string) - `response.data.integrationStatus` (integer) - `response.data.attribute3` (string) - `response.data.attribute12` (string) - `response.data.attribute2` (string) - `response.data.attribute11` (string) - `response.data.attribute10` (string) - `response.data.attribute19` (string) - `response.data.attribute18` (string) - `response.data.attribute17` (string) - `response.data.attribute16` (string) - `response.data.attribute15` (string) - `response.data.key12` (string) - `response.data.createdByObj` (string,null) - `response.data.attribute25` (string) - `response.data.attribute24` (string) - `response.data.currency` (string,null) - `response.data.attribute23` (string) - `response.data.attribute22` (string) - `response.data.attribute21` (string) - `response.data.attribute20` (string) - `response.data.validTo` (string) - `response.data.createDate` (string) - `response.data.attribute29` (string) - `response.data.attribute28` (string) - `response.data.attribute27` (string) - `response.data.attribute26` (string) - `response.data.lastUpdatedByObj` (string,null) - `response.data.createdBy` (integer) - `response.data.tableId` (integer,null) - `response.data.attribute30` (string) - `response.data.lastUpdateBy` (integer) - `response.endRow` (integer) - `response.totalRows` (integer) - `response.status` (integer)