OTRS5 REST API KIX module

Moderator: crythias

Post Reply
DavidB
Znuny newbie
Posts: 18
Joined: 11 Sep 2017, 21:42
Znuny Version: 5.0.23
Real Name: David Bénicy
Company: Université de Sherbrooke

OTRS5 REST API KIX module

Post by DavidB »

Hi,

I've been looking arround and haven't found anything yet. I'm wondering if there's a KIX module giving acces to all the OTRS functions calls through REST API or at least more than SessionCreate, TicketCreate, TicketGet, TicketGetList, TicketSearch and TicketUpdate?
Or is it only available through the Business solution?

We'd like to be able to interract with the services.

Thank you!
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS5 REST API KIX module

Post by jojo »

can you please give some more examples (like which functionality, why etc)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
DavidB
Znuny newbie
Posts: 18
Joined: 11 Sep 2017, 21:42
Znuny Version: 5.0.23
Real Name: David Bénicy
Company: Université de Sherbrooke

Re: OTRS5 REST API KIX module

Post by DavidB »

Yes,

One thing we are attempting is to provide a custom interface for our customers.
So we would like to be able to fetch the services a user is allowed to select.
For this, we would need to be able to call Kernel::System::Service->ServiceListGet()
DavidB
Znuny newbie
Posts: 18
Joined: 11 Sep 2017, 21:42
Znuny Version: 5.0.23
Real Name: David Bénicy
Company: Université de Sherbrooke

Re: OTRS5 REST API KIX module

Post by DavidB »

So, is it possible to confirm if the API is fully available with the business version?
If so we would strongly consider buying it.
Post Reply