Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC UDI Domain > Retrieving the Template Assigned to a Non-revisable UDI Super Set
Retrieving the Template Assigned to a Non-revisable UDI Super Set
This example shows you how to retrieve the template assigned to an existing 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')/Template
Response
The response is as follows:
{
"@odata.context": "http://pwdcsv-plmqa01d.ptcnet.ptc.com:8011/Windchill/servlet/odata/v1/UDI/$metadata#UDISuperSets/$entity",
"BrandName": "brand name",
"ByDonationIdentificationNumber": true,
"CatalogNumber": "12344",
"CombinationProduct": true,
"ContainsHumanTissue": true,
"ContainsLatex": true,
"CreatedBy": "Demo, User",
"CreatedOn": "2020-02-18T09:52:35Z",
"DeviceCount": 66,
"DeviceDescription": "deviceDescription",
"DeviceIdentifier": "5757",
"DeviceIdentifierIssuingAgency": {
"Value": "1.3.160",
"Display": "GS1-GTIN"
},
"DeviceIdentifierRecordPublishDate": "2020-02-24T18:30:00Z",
"DirectPartMarkingDeviceIdentifier": "57757575",
"DiscontinuedDate": "2020-02-18T18:30:00Z",
"ExemptFromDirectPartMarking": true,
"ExemptFromPremarketAuthorization": true,
"ExpirationDateControlled": true,
"ID": "OR:com.ptc.qualitymanagement.udi.superset.UdiSuperSet:225975",
"KitProduct": true,
"LabeledAsNotMadeWithLatex": true,
"LabelerDUNS": "575",
"LastModified": "2020-02-18T09:59:33Z",
"LifeCycleTemplateName": "Basic",
"LotControlled": true,
"MRISafetyStatus": {
"Value": "C106046",
"Display": "MR Conditional"
},
"ManufactureDateControlled": true,
"ModelNumber": "76767",
"ModifiedBy": "Demo, User",
"Name": "UDI Template1",
"Number": "00004",
"ObjectType": "UDI Super Set",
"OverTheCounterUse": false,
"PackagedSterile": true,
"PrescriptionUse": false,
"RequiresSterilization": true,
"SerialControlled": true,
"SingleUse": true,
"State": {
"Value": "INWORK",
"Display": "In Work"
},
"Templated": true,
"UnitOfUseDeviceIdentifier": "12345",
"UpToDate": true,
"VersionNumber": 1
}