{"id":23122536,"url":"https://github.com/folio-org/mod-quick-marc","last_synced_at":"2025-08-17T01:32:19.175Z","repository":{"id":37079811,"uuid":"246738639","full_name":"folio-org/mod-quick-marc","owner":"folio-org","description":"Backend for quickMARC editor","archived":false,"fork":false,"pushed_at":"2025-06-25T11:46:20.000Z","size":1350,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-06-25T12:37:57.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/folio-org.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-12T03:52:31.000Z","updated_at":"2025-06-25T11:46:23.000Z","dependencies_parsed_at":"2023-12-08T13:23:55.980Z","dependency_job_id":"c8c68525-7a95-4246-a2d9-1014578a2db0","html_url":"https://github.com/folio-org/mod-quick-marc","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/folio-org/mod-quick-marc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-quick-marc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-quick-marc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-quick-marc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-quick-marc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/folio-org","download_url":"https://codeload.github.com/folio-org/mod-quick-marc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fmod-quick-marc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796223,"owners_count":24647320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T07:27:55.721Z","updated_at":"2025-08-17T01:32:17.724Z","avatar_url":"https://github.com/folio-org.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mod-quick-marc\n\nCopyright (C) 2020-2023 The Open Library Foundation\n\nThis software is distributed under the terms of the Apache License,\nVersion 2.0. See the file [LICENSE](LICENSE) for more information.\n\n## Introduction\nSpring-based module that provides API for quickMARC - in-app editor for MARC records in SRS.\n\n## Additional information\nquickMARC API provides the following URLs:\n\n| Method | URL                                                                                                      | Permissions                               | Description                                                          | \n|--------|----------------------------------------------------------------------------------------------------------|-------------------------------------------|----------------------------------------------------------------------|\n| GET    | /records-editor/records?externalId={externalId}                                                          | marc-records-editor.item.get              | Retrieves MARC record by external id                                 |\n| POST   | /records-editor/records                                                                                  | marc-records-editor.item.post             | Create a new MARC and mapped records (instance, holdings, authority) |\n| PUT    | /records-editor/records/{recordId}                                                                       | marc-records-editor.item.get              | Updates MARC and mapped records (instance, holdings, authority)      |\n| GET    | /records-editor/records/status?qmRecordId={qmRecordId}                                                   | marc-records-editor.status.item.get       | Retrieves status of records creation                                 |\n| POST   | /records-editor/links/suggestion?authoritySearchParameter={ID/NATURAL_ID}\u0026ignoreAutoLinkingEnabled=false | marc-records-editor.links.suggestion.post | Suggest links for record collection                                  |\n| GET    | /marc-specifications/{recordType}/{fieldTag}                                                             | marc-specifications.item.get              | Retrieves MARC specification by record type and MARC field tag       |\n\nMore detail can be found on quickMARC wiki-page: [WIKI quickMARC](https://wiki.folio.org/pages/viewpage.action?pageId=36571766).\n\n### Validation rules in quickMARC\n#### MARC Holdings Validation rules\n\n| MARC field | Validation rule                    |\n|:-----------|:-----------------------------------|\n| **008**    | Required field  \u003cbr/\u003e Unique field |    \n| **852**    | Required field  \u003cbr/\u003e Unique field |    \n\n#### MARC Authority Validation rules\n\n| MARC field | Validation rule                    |\n|:-----------|:-----------------------------------|\n| **1xx**    | Required field  \u003cbr/\u003e Unique field |    \n| **010**    | Optional field  \u003cbr/\u003e Unique field |    \n\n#### MARC Bibliographic Validation rules\n\n| MARC field | Validation rule                    |\n|:-----------|:-----------------------------------|\n| **245**    | Required field  \u003cbr/\u003e Unique field |    \n\n### Required Permissions\nInstitutional users should be granted the following permissions in order to use this quickMARC API:\n- `records-editor.all`\n\n### Issue tracker\nSee project [MODQM](https://issues.folio.org/browse/MODQM)\nat the [FOLIO issue tracker](https://dev.folio.org/guidelines/issue-tracker).\n\n\n### Other documentation\nOther [modules](https://dev.folio.org/source-code/#server-side) are described,\nwith further FOLIO Developer documentation at\n[dev.folio.org](https://dev.folio.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolio-org%2Fmod-quick-marc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffolio-org%2Fmod-quick-marc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolio-org%2Fmod-quick-marc/lists"}