Get data table information
get/commons/tableInfo
Returns the information for the data table that is associated with the specified URL.
1{2 "id": "6187f3e0-df6e-4d93-a0f0-8d04ab52cc4f",3 "name": "ADULT",4 "uri": "/dataTables/dataSources/cas~fs~cas-shared-default~fs~Public/tables/ADULT",5 "label": "",6 "description": "",7 "attributes": {8 "characterSet": "UTF8",9 "columnCount": 11,10 "creator": "sasdemo",11 "dateCreated": "2024-10-23T07:04:43.407Z",12 "dateModified": "2024-10-23T07:04:43.423Z",13 "editor": "sasdemo",14 "encoding": "utf-8",15 "isLoaded": true,16 "reviewStatus": "none",17 "rowCount": 32561,18 "source": "SAS",19 "sourceCaslib": "Public",20 "sourceName": "ADULT.sashdat"21 },22 "sourceTableName": "ADULT.sashdat",23 "library": "Public",24 "server": "cas-shared-default",25 "engine": "",26 "path": "",27 "rowCount": 32561,28 "dataSizeBytes": 1024,29 "columnCount": 11,30 "encoding": "utf-8",31 "responsibleParty": null,32 "createdBy": {33 "id": "sasdemo",34 "name": "sasdemo",35 "title": "",36 "phoneNumbers": [],37 "emailAddresses": [38 {39 "type": "work",40 "email": "sasdemo@mycompany.com"41 }42 ],43 "addresses": [44 {45 "type": "work",46 "locality": "",47 "region": "NC"48 }49 ]50 },51 "modifiedBy\"": {52 "id": "sasdemo",53 "name": "sasdemo",54 "title": "",55 "phoneNumbers": [],56 "emailAddresses": [57 {58 "type": "work",59 "email": "sasdemo@mycompany.com"60 },61 {62 "type": "work",63 "locality": "",64 "region": "NC"65 }66 ]67 },68 "dateCreated": "2024-10-23T07:04:43.407Z",69 "dateModified": "2024-10-23T07:04:43.423Z",70 "dateAnalyzed": "",71 "tags\"": [],72 "stats\"": {73 "completenessPercent": 0.9,74 "informationPrivacy": "",75 "minTimestamp": "",76 "maxTimestamp": ""77 },78 "region": "",79 "dataLocale": "",80 "extendedTableAttributes": {},81 "businessDescription": "",82 "reviewStatus": {83 "name\"": "none",84 "label\"": "none",85 "ordinal\"": 086 },87 "informationPrivacy\"": {88 "candidate": {89 "level": 1,90 "label": "Candidate",91 "description": "Candidate for sensitive or private information classification.",92 "semanticTypes\"": [],93 "columnsBySemanticType\"": {}94 },95 "notSensitive": {96 "level": 0,97 "label": "None",98 "description": "Information that could not be private, sensitive, nor a candidate for sensitive or private information.",99 "semanticTypes": [],100 "columnsBySemanticType": {}101 },102 "private": {103 "level": 3,104 "label": "Private",105 "description": "Private information that should be protected.",106 "semanticTypes": [],107 "columnsBySemanticType": {}108 },109 "sensitive": {110 "level": 2,111 "label": "Sensitive",112 "description": "Sensitive information that should be protected.",113 "semanticTypes": [],114 "columnsBySemanticType": {}115 }116 },117 "columns": {}118}