# Retrieve ProcessInput List Endpoint: GET /organisations/{orgId}/processes/{processId}/inputs Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity - `processId` (string, required) ## Query parameters: - `startDate` (string) - `endDate` (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.date` (object, required) The date or date range that the items were added. - `content.date.type` (string, required) The type of captured date. Enum: "EXACT", "RANGE" - `content.date.on` (string) If Type is EXACT then this precise date is used. - `content.date.start` (string) If type is RANGE then this is the start date. - `content.date.end` (string) If type is RANGE then this is the end date. - `content.items` (array, required) The process input items URIs - `content.items.item` (string, required) The URI of the item that was put into the process. - `content.items.selectedQuantity` (number, required) The quantity of the item that was processed. - `content.note` (string, required) A note to attach to the particular input. - `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