GetTokensByRangeDateWithCustomData()
Returns all tokens created between a specified date range.
Syntax
public String[] GetTokensByRangeDateWithCustomData (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, String customData, Calendar startDate, Calendar endDate, int columnIdentifier)
Request Parameters
| Parameters | Data Types | Descriptions | 
|---|---|---|
| naeUser | String | The Key Manager user with access to the AES and HMAC keys. | 
| naePassword | String | The Key Manager user’s password. | 
| dbUser | String | The database user with access to the token table. | 
| dbPswd | String | The database user’s password. | 
| tableName | String | The token table The name must be in CAPITAL LETTERS. | 
| customData | String | Customer-specific data. Note: For My SQL, if the customDataparameter is null or empty, then theGetTokensByRangeDateWithCustomData()API returns results for all thecustomDatavalues in token vault. | 
| startDate | Calendar | A valid date starting from which the tokens are required. | 
| endDate | Calendar | A valid date till which the tokens are required. | 
| columnIdentifier | Int | The particular column which is required as a criterion for searching tokens. Valid value can be either creation date or last accessed date. | 
Returned Value
| Returned Value | Description | 
|---|---|
| String[] | The tokens. |