get https://{host}/v2/card/generation/logs
Retrieves the log of cards generated for a specific card series. It also retrieves fileHandle using which you can download the history from S3 server.
NoteFor detailed information about the APIs and for hands-on testing, refer to the API overview documentation and step-by-step guide on making your first API call.
Prerequisites
- Basic Authentication
- Default access group
Resource information
URI | v2/card/generation/logs |
---|---|
HTTP method | GET |
Authentication | Basic |
Pagination supported? | NO |
Rate limit | YES |
Batch support | NO |
Response Parameter
Parameter | Data Type | Description |
---|---|---|
seriesName | String | Name of the card series for which the cards were generated. |
seriesCode | String | Code identifying the card series. |
count | Integer | Number of cards generated in this batch. |
createdBy | Integer | User ID of the person who initiated the card generation request. |
date | String | Date and time when the generation request was processed, in ISO 8601 format. |
description | String | Optional description provided for the generation batch. |
fileHandle | String | Unique identifier for the generated card file. |
id | Integer | Unique identifier for the card generation log entry. |
orgId | Integer | Unique identifier for the organization. |
seriesId | Integer | Unique identifier for the card series. |