CardIdentifierView
identifierstringrequired
workstream objectrequired
idstring<uuid>required
namestringrequired
Possible values: non-empty and <= 120 characters
prefixstringrequired
Possible values: Value must match regular expression ^[A-Z][A-Z0-9]{1,9}$
numberintegerrequired
Possible values: >= 1
is_currentbooleanrequired
created_atstring<date-time>required
superseded_at(string | null)<date-time>nullablerequired
CardIdentifierView
{
"identifier": "string",
"workstream": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"prefix": "string"
},
"number": 0,
"is_current": true,
"created_at": "2024-07-29T15:51:28.071Z",
"superseded_at": "2024-07-29T15:51:28.071Z"
}