Metadata
Exporting Titles & Holdings
Wise has 2 flavors of marc21 export formats: USmarc and VlaccMarc format.
/title/export |
exports titles in Vlacc Marc format permission : TITELONDERHOUD : Lezen op instantie |
/title/marc/export |
exports titles in USmarc format permission : TITELONDERHOUD : Lezen op instantie |
/title/set/setId |
format depends on system locale:
|
Creating a set of titles
To create a set of titles you can use the selections tool in the Wise Client. Create the query as you like and save it as a fixed query. This query can be used to create a set of titles using the API. For example, you can create a query of recently updated titles of a set of all titles in a specified branch. Once the query is defined and saved, you can run this query every time you need an updated set:
POST /set { queryId=<queryId> }
The set is created and the query will be executed. The response contains the newly created set id.
Retrieving a set of titles
If you have a set id, you get the titles with the following endpoint:
GET /titlelist/set/setid/{setId}
The output is in Marc21xml according to the systems locale (see above).