-4

How to find the list of RESTful services in OpenText case360

Am trying to get the RESTful services in case360

2 Answers2

0

I don't think there is any direct way to find Rest services as per my knowledge you can look into Sonora.webservices package.

0

Somehow I figured it out We can get the details using WADL ,

Get WADL definition from http:///sonora/rest?_wadl and save this as Case360_REST_API_v1.wadl file. Import this Case360_REST_API_v1.wadl in post man you will get the list of webservice.

abarisone
  • 3,707
  • 11
  • 35
  • 54