Summary
Search for transformation documents.
Description
Search for transformation documents.
Route
GET /transformations/
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
queryParameters |
object |
yes |
Optional query parameters. |
Copied to Clipboard
{
"queryParameters": {
"name": [],
"outgoing": [],
"schema": [],
"contains": "non",
"containsField": "velit Ut aliqua tempor dolore",
"expand": false,
"limit": -74494498.62796098,
"skip": -34238232.55989693
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"queryParameters": {
"type": "object",
"properties": {
"name": {
"type": "array"
},
"outgoing": {
"type": "array"
},
"schema": {
"type": "array"
},
"contains": {
"type": "string"
},
"containsField": {
"type": "string"
},
"expand": {
"type": "boolean"
},
"limit": {
"type": "number"
},
"skip": {
"type": "number"
}
},
"required": []
}
},
"required": [
"queryParameters"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
Transformation documents. |
Copied to Clipboard
{
"result": true
}
Copied to Clipboard
{
"description": "Transformation documents.",
"type": "object",
"properties": {
"result": true
},
"required": [
"result"
],
"additionalProperties": false
}