Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC UDI Domain > Retrieving the Subject Associated to a Non-revisable UDI Super Set
Retrieving the Subject Associated to a Non-revisable UDI Super Set
* 
The SubmittedFor action is deprecated and will be removed in a future release of Windchill REST Services. PTC recommends that you use the Subject action instead.
This example shows you how to retrieve the subject associated with a non-revisable UDI super set. Use the following GET request.
URI
GET /Windchill/servlet/odata/UDI/UDISuperSets('OR:com.ptc.qualitymanagement.udi.superset.UdiSuperSet:255893')/Subject
The following example shows you how to retrieve the canonical link to the subject associated with a non-revisable UDI super set. Use the following GET request.
URI
GET /Windchill/servlet/odata/UDI/UDISuperSets('OR:com.ptc.qualitymanagement.udi.superset.UdiSuperSet:255883')/Subject
Request Headers
Accept: application/json;odata.metadata=full
Content-Type: application/json
The request returns a canonical link to the subject. When you click the canonical link, you can retrieve the information for the subject.