Upload Data to Data API
- Last UpdatedJun 24, 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}/data
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 being uploaded the Data source |
|
data |
string |
Yes |
Data to be uploaded in JSON String |
|
acknowledgementId |
string |
No |
Required during PATCH |
Request
{
"acknowledgementId": "",
"ChunkId":"1",
"metadata":"{\"SizeOfChunk\":\"1000\",\"IndexOfChunk\":\"1\",\"TotalNumberOfChunk\":\"2\"}",
"Path": "/tables('EQUIPMENT')",
"data": "[{\"DBREF\":\"=2013286708/3605\",\"TYPE\":\"EQUIPMENT\",\"ACTTYPE\"
:\"EQUIPMENT\",\"NAME\":\"D1201\",\"DESC\":\"RefluxDrummer\",\"FUNC\":
\"\",\"PURP\":\"\",\"NUMB\":\"0\"},{\"DBREF\":\"=2013286708/3745\",
\"TYPE\":\"EQUIPMENT\",\"ACTTYPE\":\"EQUIPMENT\",\"NAME\":\
"C1101\",\"DESC\":\"COLUMN\",\"FUNC\":\"\",\"PURP\":\"\",\"NUMB\":\"0\"}]"
}
Paths supported and description
Note: For the code samples (examples) of data that must be uploaded to Data API, refer Examples of data to upload to Data API.
|
Product Category |
Paths Supported |
Description |
|---|---|---|
|
Engineering |
"path":"/tables" |
List Of Tables |
|
ERM |
||
|
Oracle |
||
|
SQL |
||
|
Others |
||
|
Engineering |
"path":"/tables('EQUIPMENT')" |
Table data |
|
ERM |
||
|
Oracle |
||
|
SQL |
||
|
Others |
||
|
Engineering |
"Path": "/Tables('AIRCOOLEDHEATEXCHANGER')/Schema" |
Schema of table |
|
ERM |
||
|
Oracle |
||
|
SQL |
||
|
Others |
||
|
Engineering |
"path": "/PublishedTags('=16385%252F41922,=163974%252F755')" |
List of published Tags |
|
Engineering |
"Path": "/Elements('E1303A,E1302A,Anything')" |
Elements info |
|
Engineering |
"Path": "/Elements('E1303A,E1302A,Anything')/Attributes('OWNER,DESC,SCSYSF,EXCLEL')" |
Elements attributes info |
|
ETAP |
"Path": "/etapData" |
ETAP Data |
|
ETAP |
"Path": "/etapSchema" |
ETAP Schema |
|
Excel |
"Path": "/Excel" |
List of Excels |
|
Excel |
"path": "/Excel('MyExcel1.xlsx')", |
Excel Data |
|
Excel |
"path": "/Excel('MyExcel1.xlsx')/Sheets" |
List of Sheets |
|
Excel |
"path": "/Excel('MyExcel1.xlsx')/Sheets('INST |