Import API
Create an import job
To import a dataset a job must be created first. To do this a data baker recipe is needed and the number of instances which the recipe creates. Once a job is created files can be added to the job and the state of the job can be changed.
post/jobs
Request body
Example request
{
"last_updated": "2016-07-17T08:38:25.316+0000"
}Response
An import job was successfully created
Example response
{
"last_updated": "2016-07-17T08:38:25.316+0000"
}