How to get the auth login properties

English! place to talk about development, programming and coding
Post Reply
supriya
Znuny newbie
Posts: 9
Joined: 25 Jun 2019, 13:17
Znuny Version: FreeVersion

How to get the auth login properties

Post by supriya »

Hii Guys,
I am new to OTRS, I am using trail Version of OTRS ,Currently working on API

"/api/customer/auth/login" in the request from where do I get the properties in OTRS
Attaching the image
Can I know the process



Regards,
Supriya
You do not have the required permissions to view the files attached to this post.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: How to get the auth login properties

Post by jojo »

Hi,

what exactly you want to achieve? The API you mentioned is for the communication of the external frontend to the backend and limited to the functionality of this frontend.

You might have a look on the Generic Interface Webservice API
"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
supriya
Znuny newbie
Posts: 9
Joined: 25 Jun 2019, 13:17
Znuny Version: FreeVersion

Re: How to get the auth login properties

Post by supriya »

Hii,

I want to generate the tickets using API of OTRS
I referred to the document of OTRS API documentation where there are many post and get methods
So I m trying to post the auth/LOGIN which in response gives me key and using that key I can generate Ticket as per the API OTRS documentation
I am using Uipath Tool which has HTTP request which acts like Post Man tool
How can I achieve this task of generating the tickets using API

Regards,
Supriya
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: How to get the auth login properties

Post by jojo »

please use the Generic Interface Webservices for this
"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
Post Reply