cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

ODATA WRS 1.5 Thingworx Navigate

PreetiGupta
14-Alexandrite

ODATA WRS 1.5 Thingworx Navigate

Does WRS 1.5 has out of the box domain for Workflow and promotion requests?

1) Creating/updated Promotion Request

2) Accessing workflow task information

3) Ability to complete Workflow task

 

I developed Web Service in RestEasy framework for the Workflow tasks. Wondering what's in new WRS.

 

thanks,

Preeti

1 REPLY 1

Hello,

 

Yes, Windchill REST services support workflow domain.

List of supported entities: 

WorkItem, Subject, Activity, WorkItemProcessTemplate, VotingEventAudit, WfEventAudit

 

All available domains:

{"@odata.context":"http://wnc_host/Windchill/servlet/odata/v2/PTC/$metadata#Collection(ServiceLevelDomainInfo)","value":[{"path":"http://wnc_host/Windchill/servlet/odata/v1/CADDocumentMgmt","name":"PTC CAD Document Management Domain","description":"PTC CAD Document Management Domain","id":"CADDocumentMgmt","htmlInfoFileName":"CADdocumentmgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v2/ChangeMgmt","name":"PTC Change Management Domain","description":"PTC Change Management Domain","id":"ChangeMgmt","htmlInfoFileName":"changemgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v2/PTC","name":"PTC Common Domain","description":"PTC Common Domain","id":"PTC","htmlInfoFileName":"ptcdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v3/DataAdmin","name":"PTC Data Administration Domain","description":"PTC Data Administration domain","id":"DataAdmin","htmlInfoFileName":"dataadmindomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v3/DocMgmt","name":"PTC Document Management Domain","description":"PTC Document Management Domain","id":"DocMgmt","htmlInfoFileName":"docmgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v1/DynamicDocMgmt","name":"PTC Dynamic Document Management Domain","description":"PTC Dynamic Document Management Domain","id":"DynamicDocMgmt","htmlInfoFileName":"dynamicdocmgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v1/EventMgmt","name":"PTC Event Management Domain","description":"PTC Event Management Domain","id":"EventMgmt","htmlInfoFileName":"eventmgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v1/IE","name":"PTC IE Domain","description":"PTC Info*Engine System Domain","id":"IE","htmlInfoFileName":"infoenginedomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v2/MfgProcMgmt","name":"PTC Manufacturing Process Management Domain","description":"PTC Manufacturing Process Management domain","id":"MfgProcMgmt","htmlInfoFileName":"mfgprocessmgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v1/NavCriteria","name":"PTC Navigation Criteria","description":"PTC NavigationCriteria","id":"NavCriteria","htmlInfoFileName":"navcriteriadomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v3/PrincipalMgmt","name":"PTC Principal Management Domain","description":"PTC Principal Management Domain","id":"PrincipalMgmt","htmlInfoFileName":"principalmgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v3/ProdMgmt","name":"PTC Product Management Domain","description":"PTC Product Management Domain","id":"ProdMgmt","htmlInfoFileName":"prodmgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v2/SavedSearch","name":"PTC Saved Search Domain","description":"PTC Saved Search Domain","id":"SavedSearch","htmlInfoFileName":"savedsearchdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v1/SupplierMgmt","name":"PTC Supplier Management Domain","description":"PTC Supplier Management Domain","id":"SupplierMgmt","htmlInfoFileName":"suppliermgmtdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v1/Visualization","name":"PTC Visualization Domain","description":"PTC Visualization Domain","id":"Visualization","htmlInfoFileName":"visualizationdomain.html"},{"path":"http://wnc_host/Windchill/servlet/odata/v1/Workflow","name":"PTC Workflow Domain","description":"PTC Workflow Domain","id":"Workflow","htmlInfoFileName":"workflowdomain.html"}]}

 

Top Tags