714
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by 714-
714 commented,
Also, don't send a request to api.ticketevolution.com without requesting a specific service because you'll just get back the api docs (see by browsing to that url) and you'll always get a valid res...
-
714 commented,
Here is the code I've been sharing to get you started with a valid api response. string api = "api.ticketevolution.com/" + urlParams; string token = "YOUR TOKEN"; ...
-
714 commented,
I am quite fluent in ColdFusion, while not popular these days it is definitely a good good language for rapidly developing RIAs. I'm happy to help you if you need, feel free to contact me dominic@...
-
714 commented,
I’m using that format here’s what the string looks like: events?updated_at.gte=2011-09-28&page=1 gets the 401 error but this one works fine: events?occurs_at.gte=2011-09-28&page=1 I’ve tried fu...
-
714 commented,
I've been trying to use updated_at.gte for the "events" entity and I continuously get a 401 error result. I know the code I'm using is working as I'm able to use the occurs_at.gte and get back val...
-
714 created a post,
Slow Response Time on TicketGroup listing
AnsweredHello, For API calls on events with large inventory I'm getting horrible response times in trying to get the ticket_groups (i.e. event ID 118427 takes about 30 seconds). Needless to say this is c...