Series
Fetch a series
Fetch an existing series given its UUID.
GET
Path Parameters
UUID of the series to fetch
Response
200 - application/json
OK
A code that can be used to identify the series.
Example:
"SALES-2020"
The date and time the series was created.
Example:
"2020-10-01T00:00:00Z"
A description of the series.
Example:
"This series is used for sales."
The UUID (any version) of the series.
Example:
"a8904315-3d16-4a95-91c1-30d6cdde553e"
The ID of the last entry in the series.
Example:
"a8904315-3d16-4a95-91c1-30d6cdde553e"
The last index used in the series.
Example:
100
The name of the series.
Example:
"My Series"
The number of 0s to pad the generated codes with.
Example:
5
A prefix that will be prepended to all entries.
Example:
"INV-"
A suffix that will be appended to all entries.
Example:
"-F1"
The date and time the series was last updated.
Example:
"2020-10-01T00:00:00Z"