Model
A “Series” object contains the following fields:| Property | Type | Description |
|---|---|---|
| id | uuid | Unique identifier in UUIDv4 format. |
| name | string | Human name to help identify the series. |
| prefix | string | Text to place before a generated code. |
| padding | integer | Width of the code’s number, with zero padding. |
| suffix | string | Text added after the series’ number. |
| last_index | integer | The series’ last assigned number, zero, or the defined first index if no entries have been added yet. |
| last_entry_id | uuid | ID of the entry last inserted for this series. |
| sigs | array of string | If the series was created with any signatures, they’ll be here. |
| created_at | date-time | Timestamp of the series’ creation. |
| updated_at | data-time | Timestamp of the last update. |
TEST101001-2022.