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": "labore",
    "containsField": "cupidatat anim labore amet ut",
    "expand": false,
    "limit": -37124116.99759462,
    "skip": -36301768.17436008
  }
}
           
          
            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
}