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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;createProjectId&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;apiKey&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}