This repository contains the data model used in the ORCID Registry and APIs as well as Java classes used for mashalling/unmarshalling.
orcid-model is available in Maven central https://mvnrepository.com/artifact/org.orcid/orcid-model/3.0.4
Developers building ORCID API integrations using Java can easily marshall and unmarshall ORCID API data by including this JAR as a dependency in projects.
Contents
* API Base URLs - PRODUCTION
* Public API: https://pub.orcid.org/v3.0/
* Member API: https://api.orcid.org/v3.0/
* API Base URLs - SANDBOX
* Public API: https://pub.sandbox.orcid.org/v3.0/
* Member API: https://api.sandbox.orcid.org/v3.0/
These versions are still supported, but integrations should start planning to move to version 3.0
If using these release candidates please migrate to the current stable version 3.0
ORCID Message 2.0_rc4 - Contains: Minor corrections and updates
ORCID Message 2.0_rc3 - Contains: bulk works, activities section endpoints
ORCID Message 2.0_rc2 - Contains: Person section, migrates all identifiers to external-identifier
ORCID Message 2.0_rc1 - Contains: Peer-review, new format XSD for activities
NOTE:
API calls for member to ORCID iD holder authorization using OAuth are not affected by XSD versions. Regardless of the XSD version used, the OAuth endpoints are:
At any one time there may be several available versions of the XSD available for use:
Which XSD version should I be using?
The XSD version you should use depends on what you are trying to do. Most developers will use a current Release Version, or be actively migrating to one. However, if you are developing an integration that takes advantage of new functionality or improvement, you likely will need to use one of the Release Candidates.
You can stay informed of updates to the XSD and API by subscribing to our API Users Group mailing list and forum.
The deprecated version(s) of the XSD are former versions of the XSD. If you are using a deprecated version, you should be planning a migration to move to a release version. Other things of note about deprecated versions:
Release versions of the XSD are fully documented, tested, supported and encouraged for use. Of note about release versions:
Release candidate versions of the XSD contain elements and data structures for future functionality, potential changes and other enhancements. Of note about release candidates:
Version/link | Release Date | Sunset date | Notes | Who should be using this version |
---|---|---|---|---|
ORCID XSD 3.0 | May 16, 2019 | Latest release version Current Supported version. Default version for API calls. New affiliation types Qualifications, Membership and service, Invited positions and distinctions. Research resources.Schema changes for posting information “on behalf of.” |
This is a preferred version. All developers should, if possible, be using or migrating to this version. Documentation | |
ORCID XSD 2.1 | Nov 17, 2017 | Supported Version Supported version ORCID iDs are expressed in the canonical form with the https prefix |
This is an older but fully supported version. 3.0 is the latest supported version. Use 3.0 for the latest features. Documentation |
|
ORCID XSD 2.0 | Feb 13, 2017 | Release version Deprecated Version Change log from 1.2 |
This is a preferred version. All developers should be using or migrating to this version or 2.1. Documentation | |
ORCID XSD 2.0_rc4 | Jan 24, 2017 | Spring 2018 | Release candidate version minor fixes and corrections |
|
ORCID XSD 2.0_rc3 | Nov 18, 2016 | Spring 2018 | Release candidate version adds bulk works |
|
ORCID XSD 2.0_rc2 | Jul 20, 2016 | Spring 2018 | Release candidate version adds person section |
|
ORCID XSD 2.0_rc1 | Jul 01, 2015 | Spring 2018 | Release candidate version adds peer-review section, reformats XSD for activities |
|
ORCID XSD 1.2 | Jan 12, 2015 | August 1st 2018 | Deprecated version |
All developers on this version should migrate to version 2.0 |
XSD 1.2_rcX | throughout 2014 | Apr 1, 2015 | Deprecated versions XSD 1.2_rc1: adds elements for education or employment affiliations XSD 1.2_rc2: updates the options for the creation-method field, and adds elements needed for funding XSD 1.2_rc3: restricts the valid language codes to those supported by ORCID, and removes patents as a separate element (included under the works element) XSD 1.2_rc4: provides more details about existing elements, email verification info, organization details that create an ORCID record, and funding agency details for funding element XSD 1.2_rc5: clarifies elements for data provenance - the data source, creation date and modification date; work external IDs are required XSD 1.2_rc6: adds more work types |
These versions were sunset as of Apr 1, 2015. They are no longer available and should not be used. |
ORCID XSD 1.1 | Nov 25, 2013 | Apr 1, 2015 | Deprecated version |
This version was sunset as of Apr 1, 2015. It is no longer available and should not be used. |
ORCID XSD 1.0.x | various | Mar 1, 2014 | Sunset version | These versions were sunset as of March 1, 2014. They are no longer available and should not be used. (Versions 1.0.1 - 1.0.23) |
Technical documentation is included with the read-me file for each version. Current release documentation
The ORCID Member Support Site has additional documentation, tutorials and guides, as well as contact for our support team.
We also invite you to submit questions to the API Users Group mailing list and forum.