Retrieve service list with web service

Moderator: crythias

Locked
ososa
Znuny newbie
Posts: 7
Joined: 06 Mar 2012, 16:25
Znuny Version: v4r08

Retrieve service list with web service

Post by ososa »

Hi, i was wondering if it is possible to retrieve the list of services configured in OTRS using web services. I need to show a dropdown in other interface (of an entirely separated system) with the list of services existing in OTRS.

Thanks.
Octavio
root
Administrator
Posts: 4237
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Retrieve service list with web service

Post by root »

Give 'SELECT id,name FROM gi_webservice_config' a try. I recommend to restrict the access to 3rd party system by strict permission like read only you on the neeed tables.

hth, Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Locked