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