Get Data Source of specified product category
- Last UpdatedJul 30, 2026
- 1 minute read
- Engineering
- Integration Service 4.1
- Integrators
Method: GET
URL: https://eu.ais.connect.aveva.com/data/api/v1.1/datasources/{productcategory}/{datasourceName}
Parameters:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
productcategory |
string |
Yes |
The name of the product category |
|
datasourceName |
string |
Yes |
The name of the Data source |
Response:
{
"project": "ProjAPS_3.1",
"ModuleName": "AVEVA Design",
"MDB": "ALL",
"authentication": "No",
"tables": [],
"elements": [],
"publishedTags": [],
"name": "E3D317-APS",
"productType": "E3D",
"productCategory": "Engineering",
"isEnabled": true
}