New Primo interface provides the ability to extract PNX fields

Starting with the November release this enhancement provides the ability to extract PNX fields from a record in the new Primo UI using the new showPnx REST API, which returns the same results as the &showPnx parameter returned in the classic UI. The Zotero translator will need to be adjusted to use this API call in the new UI.

The new REST API uses the following format:

/primo_library/libweb/webservices/rest/primo-explore/v1/pnxs/xml///?showPnx=true&inst=
Primo_domain – Specify the DNS for Primo's UI.

context – Specify the record's context: L (local scope), PC (Primo Central), or ALL (all scopes).

record_ID – Specify the record's ID.

Primo_institution_code – Specify the code for your Primo institution.

Example:

http://myprimoinst.com:1701/primo_library/libweb/webservices/rest/primo-explore/v1/pnxs/xml/L/MAB000002813?showPnx=true&inst=VOLCANO
Sign In or Register to comment.