Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:apis:record
Table of Contents
Record API
Available from version 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
development/apis/record.txt · Last modified: 2016/10/11 19:42 by emaijala