cancel
Showing results for 
Search instead for 
Did you mean: 

How to access the workflows using web-service API ?

Former Member
0 Kudos

I want to access the workflow details using the web-service as we do for other types like Catalog,Category,Product,Media (as shown in https://wiki.hybris.com/display/release5/WebService+API+-+Reference) does the OOTB hybris supports this ? If not can anyone help me with it?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sai,

Here's an example of the GET request on my local environment

 http://localhost:9001/ws410/rest/workflows/00002VE8

where 00002VE8 is a code of a Workflow item.

Former Member
0 Kudos

I think this is because platformwebservices literally exposes all the Types as resources through Rest web services. what if we use commerce web service?

Former Member
0 Kudos

I believe that you have to customize commerce web services in that case (Customizing the Commerce Web Services).

0 Kudos

Hi, this was earlier version. How to use these OOTB API in latest versions like 2011

Answers (0)