Input URI
{base url} + db/THRG |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"THRG": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"THIS_NAME": {
"description": "Name",
"type": "string"
},
"TYPE_RES": {
"description": "nTypeRes",
"type": "integer"
},
"LOCATION": {
"description": "nLocation",
"type": "integer"
},
"COMP": {
"description": "nComp",
"type": "integer"
},
"GENERAL_LINK": {
"description": "NLNK",
"type": "integer"
}
}
}
}
"THRG": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"THIS_NAME": {
"description": "Name",
"type": "string"
},
"TYPE_RES": {
"description": "nTypeRes",
"type": "integer"
},
"LOCATION": {
"description": "nLocation",
"type": "integer"
},
"COMP": {
"description": "nComp",
"type": "integer"
},
"GENERAL_LINK": {
"description": "NLNK",
"type": "integer"
}
}
}
}
Examples
Smart Graph - General Link Result
{
"Assign": {
"1": {
"THIS_NAME": "HIST1",
"TYPE_RES": 0,
"LOCATION": 0,
"COMP": 0,
"GENERAL_LINK": 1
},
"2": {
"THIS_NAME": "HIST1",
"TYPE_RES": 0,
"LOCATION": 0,
"COMP": 0,
"GENERAL_LINK": 4
}
}
}
"Assign": {
"1": {
"THIS_NAME": "HIST1",
"TYPE_RES": 0,
"LOCATION": 0,
"COMP": 0,
"GENERAL_LINK": 1
},
"2": {
"THIS_NAME": "HIST1",
"TYPE_RES": 0,
"LOCATION": 0,
"COMP": 0,
"GENERAL_LINK": 4
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Name |
"THIS_NAME" |
String |
- |
Required |
2 |
Type of Result • Force-Deformation: 0 • Force: 1 • Deformation: 2 |
"TYPE_RES" |
Integer |
0 |
Optional |
3 |
Location • i-end: 0 • j-end: 1 |
"LOCATION" |
Integer |
0 |
Optional |
4 |
Component • Force-Deformation/Force/Deformation ◦ Fx-Dx / Fx / Dx: 0 ◦ Fy-Dy / Fy / Dy: 1 ◦ Fz-Dz / Fz / Dz: 2 ◦ Mx-Rx / Mx / Rx: 3 ◦ My-Ry / My / Ry: 4 ◦ Mz-Rz / Mz / Rz: 5 |
"COMP" |
Integer |
0 |
Optional |
5 |
General Link Number |
"GENERAL_LINK" |
Integer |
- |
Required |