Get list of Data Sources of specified product category
- Last UpdatedJun 19, 2025
- 1 minute read
- Engineering
- Integration Service 4.0
- Integrators
Method: GET
URL: https://eu.ais.connect.aveva.com/data/api/v1.1/datasources/{productcategory}
Parameters:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
productcategory |
string |
Yes |
The name of the product category |
Response:
[
{
"project": "ProjAPS",
"ModuleName": "AVEVA Design",
"MDB": "ALL",
"authentication": "No",
"tables": [],
"elements": [],
"publishedTags": [],
"name": "MyE3D-APS",
"productType": "E3D",
"productCategory": "Engineering",
"isEnabled": true
},
{
"project": "ProjAPS",
"ModuleName": "AVEVA Engineering",
"MDB": "ALL",
"authentication": "User",
"tables": [],
"elements": [],
"publishedTags": [],
"name": "MyEng-APS",
"productType": "Engineering",
"productCategory": "Engineering",
"isEnabled": true
}
]
Product Category
The product category is Enum. The product categories available [ Engineering, ERM, ETAP, Simulation, Excel, Oracle, SQL, Others]
Product Type
The specific AVEVA product being used inside the Data Source. The product type available [ Engineering, E3D, Electrical, ERM, Instrumentation, NET_Portal, PnID, PROII, Process_Simulation, ETAP, Excel, Oracle, SQL_Server, Other]
|
Product Category |
Product Type |
Products |
|---|---|---|
|
Engineering |
E3D Engineering |
AVEVA E3D Design 3.1, AVEVA E3D Design 4.1 AVEVA Engineering 15.7.1 |
|
ERM |
ERM |
AVEVA Enterprise Resource Management |
|
ETAP |
ETAP |
ETAP |
|
Simulation |
Simulation PROII |
AVEVA Process Simulation AVEVA PRO/II Simulation |
|
Excel |
Excel |
Excel |
|
Oracle |
Oracle |
Oracle |
|
SQL |
SQL |
SQL Server |
|
Others |
Electrical Instrumentation NET_Portal PnID Other |
AVEVA Electrical AVEVA Instrumentation AVEVA NET Portal AVEVA P&ID Other (Any Other Products) |