Re: [rt-users] REST 2.0 404

2015-05-30 Thread Aaron C. de Bruyn
On Mon, May 25, 2015 at 12:28 PM, Jesse Vincent wrote: > In general, at that scale, I'd probably recommend working with the > native perl interface. Thanks for the recommendations. I guess I better re-learn Perl. It's been almost 15 years since I've touched it. ;) -A

Re: [rt-users] REST 2.0 404

2015-05-25 Thread Jesse Vincent
On Thu, May 21, 2015 at 06:38:26PM -0700, Aaron C. de Bruyn wrote: > Anyone? The '2.0' REST interface is a work in progress and isn't yet part of RT. You'd probably be best off using the REST interface that ships as part of RT. > If it's not, does anyone have suggestions for importing ~20,000

Re: [rt-users] REST 2.0 404

2015-05-21 Thread Aaron C. de Bruyn
Anyone? I'm trying to use the REST API for: * Move tickets from an older system into RT * Pull out statistics for Dashing * Post notifications to Slack * Create projects in Toggl for technicians to enter time against Is anyone using it? I can't tell from the documentation here: https://github.co

[rt-users] REST 2.0 404

2015-05-18 Thread Aaron C. de Bruyn
I downloaded the REST 2.0 API from github and installed it as well as adding it to RT_SiteConfig.pl. When I attempt to access the interface at https://example.com/REST/2.0/ticket/33, I initially get a message saying 'Authorization Required'. If I use HTTP Basic Auth to authenticate using an RT ac