What is XML parameter for OSLC queries?
![]()
The following return HTML by default. How do I get them to return XML?
List all work item types for a project:
https://SERVER:PORT/jazz/oslc/types/PROJECTID/
List all states for a work item type:
https://SERVER:PORT/jazz/oslc/workflows/PROJECTID/states/WORKFLOWID/
|