# Retrieve Delivery List Endpoint: GET /organisations/{orgId}/deliveries Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Query parameters: - `deliveryId` (string) - `recordState` (string) Enum: "ACTIVE", "ARCHIVED" - `status` (string) Enum: "DELIVERED", "PENDING", "IN_PROGRESS" - `purchaseOrderNumber` (string) - `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.deliveryId` (string, required) User-assigned unique identifier for the delivery. - `content.from` (string, required) The URI of the location from which the delivery is being delivered from. - `content.to` (string, required) The URI of the location to which the delivery is being delivered to. - `content.status` (string, required) The current status of the delivery. Enum: "DELIVERED", "PENDING", "IN_PROGRESS" - `content.sent` (string) The date and time of when the delivery has been sent. - `content.delivered` (string) The date and time of when the delivery has been delivered. - `content.items` (array) List of items included in the delivery. - `content.items.item` (string, required) The URI of the item included in the delivery. - `content.items.quantity` (number, required) The quantity of the item included in the delivery. - `content.agents` (array) List of agent organisation URIs that are associated with the delivery. - `content.purchaseOrderNumbers` (array) Associated Purchase Orders - `content.id` (string) System assigned or user defined 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