Skip to end of banner
Go to start of banner

DOI API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Format

doi:10.7303/syn<id>.<version>

 

Where <id> is the entity ID without the "syn" prefix and <version> is the version of the entity.  The version is optional.  Without version, the DOI always points to the most recent version of the entity.

DOI Status

As it takes time to create and register a DOI, we provide a status field in the DOI data object to track updates.  Users can poll the status field for updates.  When a call is first made to create a DOI, the status is IN_PROCESS.  After the DOI is successfully registered, its status changes to READY.  If the creation fails, the status will be updated as ERROR, in which case the client can retry creating the same DOI.

REST APIs

(To be written)

 

  • No labels