What's new in the Minikai API.

Export Records across multiple Minis

recordsexportrelease

v1.11.0 New POST /api/v1/Records/export returns one CSV covering the Records of one or more Minis in a single request. Send the Mini ids in the body (miniIds), with the same optional labels, states, startDate, endDate, and sortDescending filters as before. Each row leads with Mini Name, Mini ID, and Record ID so you can tell whose record is whose and feed the ids back into the API, and any Mini id outside your organisation or access is left out.

The single-Mini GET /api/v1/Records/export is now deprecated and will be removed in the next major version. To migrate, call the new POST with a one-element miniIds list for the same result.

Attachments no longer return uri

attachmentsschema

v1.10.0 Download an attachment with GET /api/v1/Records/{recordId}/attachments/{attachmentId}. The uri field on each attachment is removed: it held a storage-relative filename you could not fetch. It was a required field, so regenerate your SDK before upgrading.