# Get a Data Change Request Retrieves details (items) of the specified Data Change Request. Endpoint: POST /dcrmanager.fetch/{id} Security: basic, X-PriceFx-jwt ## Path parameters: - `id` (string, required) id of the Data Change Request you want to retrieve. ## Request fields (application/json): - `endRow` (integer, required) - `operationType` (string, required) - `startRow` (integer, required) - `textMatchStyle` (string, required) ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.startRow` (integer) - `response.data` (array) - `response.data.key1` (string,null) - `response.data.changeRequestId` (integer) - `response.data.key2` (string,null) - `response.data.typedId` (string) - `response.data.key5` (string,null) - `response.data.key6` (string,null) - `response.data.key3` (string,null) - `response.data.lastUpdateDate` (string) - `response.data.key4` (string,null) - `response.data.approvalReason` (string,null) - `response.data.sku` (string) - `response.data.unitOfMeasure` (string,null) - `response.data.version` (integer) - `response.data.attribute9` (any) - `response.data.deleteRow` (boolean) - `response.data.attribute8` (any) - `response.data.attribute5` (any) - `response.data.attribute4` (any) - `response.data.attribute7` (any) - `response.data.attribute6` (any) - `response.data.name` (string,null) - `response.data.attribute1` (any) - `response.data.attribute14` (any) - `response.data.attribute13` (any) - `response.data.attribute3` (any) - `response.data.attribute12` (any) - `response.data.attribute2` (any) - `response.data.attribute11` (any) - `response.data.attribute10` (any) - `response.data.attribute19` (any) - `response.data.attribute18` (any) - `response.data.attribute17` (any) - `response.data.itemTypedId` (any) - `response.data.attribute16` (any) - `response.data.attribute15` (any) - `response.data.oldValues` (object,null) - `response.data.ignoreChange` (boolean) - `response.data.customerId` (string,null) - `response.data.attribute25` (any) - `response.data.attribute24` (any) - `response.data.currency` (string,null) - `response.data.attribute23` (any) - `response.data.attribute22` (any) - `response.data.attribute21` (any) - `response.data.value` (string,null) - `response.data.attribute20` (any) - `response.data.createDate` (string) - `response.data.comments` (string,null) - `response.data.attribute29` (any) - `response.data.attribute28` (any) - `response.data.attribute27` (any) - `response.data.attribute26` (any) - `response.data.label` (string,null) - `response.data.createdBy` (integer) - `response.data.changeRef` (object,null) - `response.data.attribute30` (any) - `response.data.lastUpdateBy` (integer) - `response.endRow` (integer) - `response.totalRows` (integer) - `response.status` (integer)