Draftsight API Data Link Table

API draftsight 

I have a Draftsight Premium feature Item I am trying to access from the API. My team use the Data Link Table for bills of material and i am able to get the Table object though the API dsObjectType_e.dsTableType but this only gives me the information as a General table and I can not find any way to get the link path and information to the Excel Table. I also I can not find the API to access the information in the Data link Manager in Draftsight which has all the Data link information. Even though the also show up in References when i run the API object[] references = dsDoc.GetExternalReferences(); this return a null value.