Run Quickstart Transformation
Runs the specified Quickstart transformation.
Request schema
Path parameters
transformationId
stringrequired
The unique identifier for the Quickstart Transformation within the Fivetran system.
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Request
full_refresh
boolean
Http + 1.1
POST
https://api.fivetran.com/v1/qdm/transformations/transformation_id/run
POST /v1/qdm/transformations/transformation_id/run HTTP/1.1
Accept: application/json
Authorization: Basic REPLACE_BASIC_AUTH
Content-Type: application/json
Host: api.fivetran.com
Content-Length: 26
{
"full_refresh": true
}
Responses
200
Successful response
Successful response schema
code
stringrequired
Response status code
example:
message
stringrequired
Response status text
example:
{
"code": "Success",
"message": "Operation performed."
}