714
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by 714 Sort by recent activity-
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...
-
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...
-
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@...
-
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"; ...
-
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...