Create a Data Request
- Last UpdatedJun 19, 2025
- 1 minute read
- Engineering
- Integration Service 4.0
- Integrators
Method: POST
URL: https://eu.ais.connect.aveva.com/data/api/v1.1/datasources/{productcategory}/{datasourcename}/datarequest
Parameters:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
productcategory |
string |
Yes |
The name of the product category |
|
datasourcename |
string |
Yes |
The name of the data source |
|
path |
string |
Yes |
The type of data to be fetched from the Data source |
Request:
{
"path":"/tables('EQUIPMENT')"
}
Response:200 OK
{
"acknowledgementId": "b1c7d8ea-f103-4735-91fd-129a4aa07929"
}