# Retrieve LocationLink List Get list of location links. Endpoint: GET /organisations/{orgId}/location-links Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Query parameters: - `locationUri` (string) - `linkDirection` (string) Enum: "FROM", "TO", "BOTH" - `size` (integer) The number of elements to return in each page. Minimum value must be 1, defaults to 20. - `page` (integer) The pageNo to return. (Zero-based) ## Response 200 fields (application/json): - `content` (array, required) - `content.from` (string, required) The URI of the source location. This is the upstream location in the supply chain. - `content.to` (string, required) The URI of the target location. This is the downstream location in the supply chain. - `content.id` (string) System assigned id field. - `content.createdBy` (string) User who created the record. - `content.createdTime` (string) Date & Time that the record was created. - `content.updatedBy` (string) Last updated by user. - `content.updatedTime` (string) Date & Time that the record was last updated. - `page` (object, required) - `page.size` (integer, required) - `page.totalElements` (integer, required) - `page.totalPages` (integer, required) ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields