The sample object
{
"id": "01g8znjvd9h0qbhxqwc6av0txn",
"name": "My first design",
"type": "certificate",
"createdAt": "2022-01-01T00:00:00.000Z",
"updatedAt": "2022-01-01T00:00:00.000Z"
}
Detailed information
Property | Type | Example value | Description |
---|---|---|---|
id | string | "01g8znjvd9h0qbhxqwc6av0txn" | The unique design's identifier. |
name | string | "My first design" | The name of the design. |
type | "badge" | "certificate" | "certificate" | The type of the design, whether it is a certificate design or a badge design. |
createdAt | string | "2022-01-01T00:00:00.000Z" | The date and time when this design was created. Formatted as an ISO 8601 date and time string. |
updatedAt | string | "2022-01-01T00:00:00.000Z" | The date and time when this design was updated. Formatted as an ISO 8601 date and time string. |