0

Querying for Quotes

Dear TicketEvolution,

We are using the Java API from TicketEvolution. When we try to fetch all Quotes, we get zero results. This is the Java code we are using:

/**********code start****************/

QuoteDAO qod = new QuoteDAO();

int resultsPerPage = 50;

EntityList list = qod.getAllQuotes(resultsPerPage );

/**********code end****************/

No errors, just empty result. Can you please help us identify what we are doing wrong? Fetching Events is working fine.

Best Regards

3 comments

Please sign in to leave a comment.