====== Record API ====== // This API was introduced in release 4.0. // The record API can be used to retrieve a single record or multiple records by their unique identifiers. Use this API to retrieve record metadata when the ID is known. ===== Permissions Required ===== This endpoint requires the "access.api.Record" permission. ===== Examples ===== Retrieve a single record: http://localhost/vufind/api/v1/record?id=123 Retrieve two records at a time: http://localhost/vufind/api/v1/record?id[]=123&id[]=456