Get reference
get/references/{referenceId}
Returns information about a single reference based on its unique id. The default media type returned is application/vnd.sas.relationship.reference+json
.
1{2 "creationTimeStamp": "2022-11-22T16:43:41.586000Z",3 "modifiedTimeStamp": "2022-11-22T16:43:41.586000Z",4 "id": "6293390f-8f76-4620-afc1-29a94d09fb83",5 "links": [6 {7 "method": "GET",8 "rel": "self",9 "href": "/relationships/references/6293390f-8f76-4620-afc1-29a94d09fb83",10 "uri": "/relationships/references/6293390f-8f76-4620-afc1-29a94d09fb83",11 "type": "application/vnd.sas.relationship.reference"12 },13 {14 "method": "GET",15 "rel": "up",16 "href": "/relationships/references",17 "uri": "/relationships/references",18 "type": "application/vnd.sas.collection",19 "itemType": "application/vnd.sas.relationship.reference"20 },21 {22 "method": "PUT",23 "rel": "update",24 "href": "/relationships/references/6293390f-8f76-4620-afc1-29a94d09fb83",25 "uri": "/relationships/references/6293390f-8f76-4620-afc1-29a94d09fb83",26 "type": "application/vnd.sas.relationship.reference",27 "responseType": "application/vnd.sas.relationship.reference"28 },29 {30 "method": "DELETE",31 "rel": "delete",32 "href": "/relationships/references/6293390f-8f76-4620-afc1-29a94d09fb83",33 "uri": "/relationships/references/6293390f-8f76-4620-afc1-29a94d09fb83"34 },35 {36 "method": "GET",37 "rel": "getRelationships",38 "href": "/relationships/relationships?referenceId=6293390f-8f76-4620-afc1-29a94d09fb83",39 "uri": "/relationships/relationships?referenceId=6293390f-8f76-4620-afc1-29a94d09fb83",40 "type": "application/vnd.sas.collection",41 "responseType": "application/vnd.sas.collection",42 "itemType": "application/vnd.sas.relationship"43 }44 ],45 "name": "COSTCHANGE",46 "resourceUri": "/dataTables/dataSources/cas~fs~cas-shared-default~fs~Samples/tables/COSTCHANGE",47 "contentType": "casTable",48 "source": "SAS",49 "analysisTimeStamp": "2022-11-22T16:43:42.543000Z",50 "version": 151}