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
OK
The complete code for the entry, including prefix and suffix.
Example:
"INV-00001-F1"
The date and time the entry was created.
Example:
"2020-10-01T00:00:00Z"
The UUID (any version) of the entry.
Example:
"a8904315-3d16-4a95-91c1-30d6cdde553e"
A set of key/value pairs that can be used to store additional information about the entry.
Example:
{ "name": "John Doe" }
The UUID of the previous entry in the series.
Example:
"a8904315-3d16-4a95-91c1-30d6cdde553e"
The UUID of the series the entry belongs to.
Example:
"a8904315-3d16-4a95-91c1-30d6cdde553e"
Set of JSON Web Signatures validating the information contained in the entry.
The date and time the entry was last updated.
Example:
"2020-10-01T00:00:00Z"