...
Data element (relative to base url for instance) | Description | Prerequisites | Schema | Notes |
---|---|---|---|---|
settings/tenant-settings/addresses | used in purchase orders for Bill to and Ship to addresses. | https://s3.amazonaws.com/foliodocs/api/mod-configuration/p/config.html#configurations_entries_post | ||
settings/users/addresstypes | used in user records to identify type of address. Local tenant may wish to delete default address types provided with FOLIO. | https://s3.amazonaws.com/foliodocs/api/mod-users/p/addressTypes.html#addresstypes_post | ||
settings/calendar | sets the normal opening and closing hours of a given service point as well as exceptions to normal hours. | settings/tenant-settings/servicePoints | https://s3.amazonaws.com/foliodocs/api/mod-calendar/p/calendar.html#calendar_periods__servicepointid__period_post | As of the Honeysuckle release, circulation staff have experienced problems editing calendars in the settings UI. Institutions may wish to fill out the hours in a json record and post the calendar to the appropriate endpoint. |
settings/inventory/callNumberTypes | used in inventory holdings records to identify type of call number. As of Honeysuckle release, the default reference data does not include a call-number-type for 'blank' as defined by MARC 852 indicator 1. Local tenants may need to add the 'blank' value for migration purposes. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/call-number-type.html#call_number_types_post | ||
settings/organizations/category (organizations) | used in organization records to identify classes of data, such as addresses, emails, urls, etc. Local tenant may wish to delete default categories provided with FOLIO, using the Settings/organizations/category page in the UI. | https://s3.amazonaws.com/foliodocs/api/mod-organizations-storage/p/category.html#organizations_storage_categories_post | ||
settings/tenant-settings/location-campuses | used in inventory holdings & item records to identify 2nd level in location hierarchy. |
| https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/locationunit.html#location_units_campuses_post | |
settings/circulation/rules | used in circulation to determine combination of policies that apply to a given circulation situation. |
| https://s3.amazonaws.com/foliodocs/api/mod-circulation/p/circulation-rules.html#circulation_rules_put | Rules can be created through the Settings/Circulation/Circulation rules UI or by "putting" a text file to the endpoint. Local tenants with complex circulation rules may find it more convenient to update rules via the text file, although that method requires substituting uuids for text labels. When PUTting the text file to the /circulation/rules endpoint, do not include the uuid in the file. |
settings/users/groups | used in user records to identify patron groups. As of Q4 2019, the system loads reference data for groups, so local tenants will probably want to delete those groups before creating their own. | https://s3.amazonaws.com/foliodocs/api/mod-users/p/groups.html#groups_post | ||
settings/inventory/holdingsTypes | used in inventory holdings records to identify type of holdings record. If the local tenant wishes to base their holdings-types codes on USMARC holdings records leader/06, then they will have to create an additional holding type for 'unknown'. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/holdings-type.html#holdings_types_post | ||
settings/inventory/holdingsNoteTypes | used in inventory holdings records to identify types of note included in the record. Can be used, for instance, to define a type of note that contains "Latest volume or edition in alternate location". | |||
settings/inventory/identifierTypes | used in inventory instance records to define type of identifier. Local tenant may wish to define specific identifier type for USMARC field 001 to uniquely identify previous system record key. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/identifier-type.html#identifier_types_post | ||
settings/inventory/formats | used in inventory instance records to identify record format. Identified in the inventory instance record UI and Settings/Inventory UI as "formats". If instance record is created via Data Import of a MARC record, format is assigned by mapping the MARC field 338 subfield $b. Default list provided in FOLIO based on RDA carrier type codes and names. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/instance-format.html | Instructions on how to modify mapping rules are available at: How to work with mapping rules. | |
settings/inventory/resourcetypes | used in inventory instance records to identify record type. Identified in the inventory instance record UI and Settings/Inventory UI as "resource type". If instance record is created via Data Import of a MARC record, instance-type is assigned by mapping the MARC field 336 subfield $b. Default list provided in FOLIO based on RDA content type codes and names. If the MARC record lacks field 336 subfield $b, the instance record is assigned a default instance-type of 'unspecified'. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/instance-type.html#instance_types_post | ||
settings/tenant-settings/location-institutions | used in inventory holdings & item records to identify top level in location hierarchy. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/locationunit.html#location_units_institutions_post | ||
settings/tenant-settings/location-libraries | used in inventory holdings & item records to identify 3rd level in location hierarchy. |
| https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/locationunit.html#location_units_libraries_post | |
settings/circulation/loan-policies | used in circulation module to define basic loan/renewal/recall configuration. If the local tenant wishes to migrate retrospective loans to FOLIO and link them to existing policies and rules, loan-policies must be created before migration. | https://s3.amazonaws.com/foliodocs/api/mod-circulation-storage/p/loan-policy-storage.html#loan_policy_storage_loan_policies_post | ||
settings/inventory/loantypes | used in inventory item records as one of several elements that determine appropriate loan policy. Local tenant may wish to delete default loan types provided with FOLIO. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/loan-type.html#loan_types_post | ||
settings/tenant-settings/location-locations | used to identify shelf locations in inventory holdings & item records. |
| https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/location.html#locations_post | |
settings/inventory/materialtypes | required element used in item records to identify the item's type of material. Can be used as a defining data element in circulation-rules. Local tenant may wish to delete default material-types provided with FOLIO. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/material-type.html#material_types_post | ||
settings/tenant-settings/servicePoints | used primarily in circulation apps to identify points where circulation actions take place. Local tenant may wish to delete default service points provided with FOLIO. As of Q4 2019, the local tenant will apparently have to do the delete using a curl command or other script that deletes from the API endpoint, as there doesn't appear to be a delete function for these in the Settings/Tenant/Service Points UI. Also, although the options to print slips at a specific Service Point appear to be selected by default, they do not become active unless Pickup location is set to 'Yes'. | https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/p/service-point.html#service_points_post |
...