OTRS 3.3.5 API

Moderator: crythias

Post Reply
shawnwangws
Znuny newbie
Posts: 3
Joined: 23 Jan 2017, 02:53
Znuny Version: 3.3.5

OTRS 3.3.5 API

Post by shawnwangws »

Hi,
Currently, we have hosted two OTRS system for two entities with a earlier version 3.3.5 on Centos 6.4 for 3 years.Both of OTRS is configured Ticket::StorageModule.

Now we want to deploy API development to create ticket with some defined fields and then store these fields into the database rather than current plain text mode via email ticket.

However, I don't find out API document via http://doc.otrs.com. It seems that API is only available from version 4.0

Would you please confirm if we have to upgrade to at least version 4 to achieve our expected requirements?
Another question, after a ticket created via API (for exmaple, with version 5.0), is it possible to directly get the data of the arrays (Ticket, Article, DynamicField) from database (MySQL) or we need use API (TicketGet) to get the data?

Thanks.

Best Regards,
Shawn Wang
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: OTRS 3.3.5 API

Post by reneeb »

The GenericInterface is available in OTRS 3.3. In OTRS 3.3 you can only use SOAP APIs, to use REST APIs you have to upgrade (or port the REST stuff in newer OTRS versions to OTRS 3.3).
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Post Reply