# Retrieve LocationLink Retrieve an exisitng link between two locations. Endpoint: GET /organisations/{orgId}/location-links/{linkId} Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `linkId` (string, required) - `orgId` (string, required) The organisation identity ## Response 200 fields (application/json): - `from` (string, required) The URI of the source location. This is the upstream location in the supply chain. - `to` (string, required) The URI of the target location. This is the downstream location in the supply chain. - `id` (string) System assigned id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields