Get a single incrementor.
GET
/incrementors/{incrementorID}
200Roles
At least one of the roles below is required to access this endpoint.
FullAccessIncrementorAdminIncrementorReader
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
incrementorID | Required | string | ID of the incrementor. | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
LastNumber | integer | int32 | --- | --- | ||
LeftPaddingCount | integer | int32 | --- | --- |