KronoDesk: REST Web Service (v4.0)
Click here for a complete list of operations.
Retrieves a list of all active products in the system
To access this REST web service, you need to use the following URL:
https://api.inflectra.com/KronoDesk/Services/v3_0/RestService.svc/products/active
Nothing Expected
<ArrayOfRemoteProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.KronoDesk.Web.Services.v3_0.DataObjects"> <RemoteProduct> <Description i:nil="true" /> <IsDeleted>false</IsDeleted> <Name i:nil="true" /> <ProductId i:nil="true" /> <ProductToken i:nil="true" /> <WorkflowId>0</WorkflowId> </RemoteProduct> </ArrayOfRemoteProduct>
[{"Description":null, "IsDeleted":false, "Name":null, "ProductId":null, "ProductToken":null, "WorkflowId":0}]