Skip to content

Commit fe45571

Browse files
committed
Updated API collections in both main and test plugin directories
1 parent 05c3513 commit fe45571

4 files changed

Lines changed: 48 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
meta {
2+
name: Get Submodel Element File Attachment - HandoverDocumentation
3+
type: http
4+
seq: 5
5+
}
6+
7+
get {
8+
url: {{DataEngineBaseUrl}}/submodels/:submodelIdentifier/submodel-elements/:idShortPath/attachment
9+
body: none
10+
auth: inherit
11+
}
12+
13+
params:path {
14+
submodelIdentifier: {{submodelIdentifierHandoverDocumentation-1}}
15+
idShortPath: Documents[0].DocumentVersions[0].DigitalFiles[0]
16+
}
17+
18+
settings {
19+
encodeUrl: true
20+
timeout: 0
21+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
meta {
2+
name: Submodel File Attachment
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
meta {
2+
name: Get Submodel Element File Attachment - HandoverDocumentation
3+
type: http
4+
seq: 5
5+
}
6+
7+
get {
8+
url: {{DataEngineBaseUrl}}/submodels/:submodelIdentifier/submodel-elements/:idShortPath/attachment
9+
body: none
10+
auth: inherit
11+
}
12+
13+
params:path {
14+
submodelIdentifier: {{submodelIdentifierHandoverDocumentation}}
15+
idShortPath: Documents[0].DocumentVersions[0].DigitalFiles[0]
16+
}
17+
18+
settings {
19+
encodeUrl: true
20+
timeout: 0
21+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
meta {
2+
name: Submodel File Attachment
3+
}

0 commit comments

Comments
 (0)