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": null
}
Copied to Clipboard
{
"type": "object",
"properties": {
"queryParameters": {
"type": "object",
"properties": {
"incoming": {
"type": "array",
"items": {
"type": "string"
}
},
"outgoing": {
"type": "array",
"items": {
"type": "string"
}
},
"schema": {
"type": "array",
"items": {
"type": "string"
}
},
"contains": {
"oneOf": [
{
"type": "string"
},
{
"type": "object"
}
]
},
"containsField": {
"type": "string"
},
"equals": {
"type": "object"
},
"not": {
"type": "object"
},
"expand": {
"type": "boolean"
},
"limit": {
"type": "number"
},
"skip": {
"type": "number"
},
"sort": {
"type": "string"
},
"order": {
"type": "number"
}
},
"required": []
}
},
"required": [
"queryParameters"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
Transformation documents. |
Copied to Clipboard
{
"title": "result",
"type": "object"
}