Entries
Fetch a series entry
Fetch an existing entry in a series given its UUID.
GET
Path Parameters
UUID of the series to fetch entries for
UUID of the entry to fetch
Response
200 - application/json
The complete code for the entry, including prefix and suffix.
The date and time the entry was created.
The UUID (any version) of the entry.
A set of key/value pairs that can be used to store additional information about the entry.
The UUID of the previous entry in the series.
The UUID of the series the entry belongs to.
Set of JSON Web Signatures validating the information contained in the entry.
The date and time the entry was last updated.