Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

withdraw process: export physical items #3

Open
lsat12357 opened this issue Sep 19, 2024 · 2 comments
Open

withdraw process: export physical items #3

lsat12357 opened this issue Sep 19, 2024 · 2 comments

Comments

@lsat12357
Copy link
Contributor

When given a set id, use Alma API to retrieve list of items, use each item's link to retrieve each full item record, extract required fields from each record (list below), format as csv and return csv.

@lsat12357 lsat12357 changed the title export physical items withdraw process: export physical items Sep 19, 2024
@lsat12357
Copy link
Contributor Author

required fields: bib_data.mms_id, bib_data.title, holding_data.holding_id, item_data{ item_pid, barcode, base_status, library, location, public_note, fulfillment_note, internal_note_1, internal_note_2, internal_note_3}

@lsat12357
Copy link
Contributor Author

re making the request for the set members: there is an optional limit, but the default is 10, and the accepted range is 0-100
if necessary, could iterate on this, using another optional param, offset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant