Start transformation job
POST {{baseUrl}}/api/organizations/:organizationId/create-project
Start a transformation job to fetch data from the organization and put it in a project, or transform into new data.
Request Body
{"name"=>"<string>", "filter"=>"<string>", "uploadType"=>"<string>", "projectId"=>"<integer>", "newProjectName"=>"<string>", "projectApiKey"=>"<string>", "projectHmacKey"=>"<string>", "transformationBlockId"=>"<integer>", "builtinTransformationBlock"=>"<object>", "category"=>"<string>", "outputDatasetName"=>"<string>", "label"=>"<string>", "emailRecipientUids"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "transformationParallel"=>"<integer>", "extraCliArguments"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"createProjectId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"apiKey":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}