Retrieve 2D layout
GET/configurator/:version/configurator/:id/2dlayout
Retrieve 2D layout
Request
Path Parameters
id uuidrequired
Identifier of the configuration
version stringrequired
Query Parameters
stepId uuid
Identifier of the step
Responses
- 200
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
id uuid
organizationId uuidnullable
reference stringnullable
synced boolean
createdDate date-time
updatedDate date-time
stepId uuid
x int32
y int32
z int32
type int32
Possible values: [0
, 1
]
Standard, Magnifier
url stringnullable
featureModelNodeIds string[]nullable
isHidden boolean
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"synced": true,
"createdDate": "2024-06-06T15:30:36.040Z",
"updatedDate": "2024-06-06T15:30:36.040Z",
"stepId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"x": 0,
"y": 0,
"z": 0,
"type": 0,
"url": "string",
"featureModelNodeIds": [
"string"
],
"isHidden": true
}
]
- Schema
- Example (from schema)
Schema
Array [
]
id uuid
organizationId uuidnullable
reference stringnullable
synced boolean
createdDate date-time
updatedDate date-time
stepId uuid
x int32
y int32
z int32
type int32
Possible values: [0
, 1
]
Standard, Magnifier
url stringnullable
featureModelNodeIds string[]nullable
isHidden boolean
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"synced": true,
"createdDate": "2024-06-06T15:30:36.041Z",
"updatedDate": "2024-06-06T15:30:36.041Z",
"stepId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"x": 0,
"y": 0,
"z": 0,
"type": 0,
"url": "string",
"featureModelNodeIds": [
"string"
],
"isHidden": true
}
]
- Schema
- Example (from schema)
Schema
Array [
]
id uuid
organizationId uuidnullable
reference stringnullable
synced boolean
createdDate date-time
updatedDate date-time
stepId uuid
x int32
y int32
z int32
type int32
Possible values: [0
, 1
]
Standard, Magnifier
url stringnullable
featureModelNodeIds string[]nullable
isHidden boolean
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"synced": true,
"createdDate": "2024-06-06T15:30:36.041Z",
"updatedDate": "2024-06-06T15:30:36.041Z",
"stepId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"x": 0,
"y": 0,
"z": 0,
"type": 0,
"url": "string",
"featureModelNodeIds": [
"string"
],
"isHidden": true
}
]
Loading...