Get Deriver
GET/api/v1/derivers/:deriverId
Get Deriver
Request
Path Parameters
Possible values: > 0
ID
of the Deriver
Responses
- 200
- 400
- 401
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Array [
]
inputs
object[]
required
signal
object
required
unit
object
nullable
required
division
object
required
asset
object
required
workspace
object
required
customer
object
required
physicalUnit
object
required
schemaInput
object
required
physicalQuantity
object
nullable
required
outputs
object[]
required
signal
object
required
unit
object
nullable
required
division
object
required
asset
object
required
workspace
object
required
customer
object
required
physicalUnit
object
required
schemaOutput
object
required
physicalQuantity
object
nullable
required
configurations
object[]
required
schemaConfiguration
object
required
scope
object
required
workspace
object
required
{
"id": 0,
"name": "string",
"script": "string",
"description": "string",
"inputs": [
{
"signal": {
"id": 0,
"name": "string",
"unit": {
"id": 0,
"name": "string",
"division": {
"id": 0,
"name": "string",
"asset": {
"id": 0,
"name": "string",
"workspace": {
"id": 0,
"name": "string",
"customer": {
"id": 0,
"name": "string"
}
}
}
}
}
},
"physicalUnit": {
"symbol": "string"
},
"schemaInput": {
"name": "string",
"physicalQuantity": {
"SIUnitSymbol": "string"
}
}
}
],
"outputs": [
{
"signal": {
"id": 0,
"name": "string",
"unit": {
"id": 0,
"name": "string",
"division": {
"id": 0,
"name": "string",
"asset": {
"id": 0,
"name": "string",
"workspace": {
"id": 0,
"name": "string",
"customer": {
"id": 0,
"name": "string"
}
}
}
}
}
},
"physicalUnit": {
"symbol": "string"
},
"schemaOutput": {
"name": "string",
"physicalQuantity": {
"SIUnitSymbol": "string"
}
}
}
],
"configurations": [
{
"schemaConfiguration": {
"name": "string",
"type": "string",
"description": "string"
}
}
],
"startAt": "2024-07-29T15:51:28.071Z",
"hash": "string",
"scope": {
"id": 0,
"workspace": {
"name": "string",
"id": 0
}
}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Possible values: [Validation Error
]
errors
object[]
required
Possible values: [body
, query
, path
, headers
]
{
"status": "Validation Error",
"errors": [
{
"error": "string",
"location": "body"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [Unauthorized
]
{
"status": "Unauthorized"
}
Deriver not found
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [Deriver not found
]
{
"status": "Deriver not found"
}