Version 9.6.16 Release Notes
Nuix RESTful Service, Version 9.6.16, released in July 2022.
2 minute read
Nuix Engine
Nuix RESTful Service has been updated to use version 9.6.16 of the Nuix Engine. Details about what is included with this update can be found in the v9.6.16 changelog.
Note
See version 9.6.0 of the Release Notes for information on the features and resolved issues also included in the 9.6.16 patch.Ability to get ItemSets by GUID
Previously, ItemSets could be retrieved by Name and GUIDs could be retrieved by ItemSet. Now, the ability to get ItemSets based on GUIDs has been added to several endpoints' functionality. The following endpoints have been improved:
Endpoint | Enhancement | |||
---|---|---|---|---|
POST /v2/cases/caseId/itemSets |
New v2 POST item set creates endpoint that will return full details of the item set, including the GUID in the async function response. | |||
GET /v1/cases/caseId/itemSets |
GUIDs are returned in all item sets. | |||
GET /cases/{caseId}/itemSets/{itemSetNameOrGuid} |
GUIDs can be returned in the item set details and are accessible by item set name or GUID. | |||
PUT /cases/{caseId}/itemSets/{itemSetNameOrGuid} |
Item sets can be renamed by item set name or GUID. | |||
DELETE /cases/{caseId}/itemSets/{itemSetNameOrGuid} |
Item sets can be deleted by name or GUID. | |||
GET /cases/{caseId}/itemSets/{itemSetNameOrGuid}/duplicates |
Duplicates can be returned using the item set name or GUID. | |||
GET /cases/{caseId}/itemSets/{itemSetNameOrGuid}/{itemGuid}/duplicates |
Item set item duplicates can be returned using the name or GUID. | |||
GET /cases/{caseId}/itemSets/{itemSetNameOrGuid}/items |
Item set items can be returned using the item set name or GUID. | |||
POST /cases/{caseId}/itemSets/{itemSetNameOrGuid}/items |
Items can be added to an item set using the item set name or GUID. | |||
PATCH /cases/{caseId}/itemSets/{itemSetNameOrGuid}/items |
Items can be added or deleted in bulk using the item set name or GUID. | |||
GET /cases/{caseId}/itemSets/{itemSetNameOrGuid}/batches |
Item sets associated with batches can be returned. |
Enhancements
- Performance is now improved for the
POST /cases/{caseId}/search
when thededuplicate: md5
request parameter is used. - The logic used to define the inventory location of created cases has been updated. Previously, all absolute paths were appended to the first inventory location. Now, absolute paths within an inventory location are created at the defined location, but absolute paths outside an inventory location are appended to the first inventory location.
- For detailed examples, see Inventory Management and the Reference Documentation for the
POST /cases
endpoint.
- For detailed examples, see Inventory Management and the Reference Documentation for the
Feedback
Was this page helpful?
Thank you for your feedback.
Thank you for your feedback.