Work Item REST API to list all the attribute values
Following URL returns only the id & summary attribute of work item id=1.
https://localhost:9443/ccm/rpt/repository/workitem?fields=workitem/workItem[id=1]/(id|summary)
Following URL does not return the priority:
What is the url to print all the attributes of the EWM work item.