List Derivers
GEThttps://api.apps.nor.tech/api/v1/derivers
List Derivers
Request
Query Parameters
size integer
Possible values: > 0
and <= 100
Default value:
100
nextToken string
sortBy string
Possible values: [id
, name
, script
, description
, inputs
, outputs
, configurations
, startAt
, hash
, scope
]
sortOrder string
Possible values: [asc
, desc
]
Default value:
asc
Responses
- 200
- 400
- 401
200
- application/json
- Schema
- Example (from schema)
Schema
size integerrequired
Possible values: > 0
Example:
100
data
object[]
required
next
object
{
"size": 100,
"data": [
{
"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
}
}
}
],
"next": {
"token": "eyJjdXJzb3IiOjEsInRva2VuIjoiIn0K",
"href": "https://api.apps.nor.tech/api/v1?size=10&sortBy=name&sortOrder=asc&nextToken=eyJjdXJzb3IiOjEsInRva2VuIjoiIn0K"
}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Possible values: [Validation Error
]
errors
object[]
required
{
"status": "Validation Error",
"errors": [
{
"error": "string",
"location": "body"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Possible values: [Unauthorized
]
{
"status": "Unauthorized"
}
Authorization: http
name: Bearer Tokentype: httpscheme: bearerbearerFormat: JWT
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP
ResponseClear