Manage Jobs
Create Job
post/spaces/{spaceId}/jobs
Path parameters
spaceIdstring required
The unique identifier of the space.
Request body
Example request
{
"type": "Import",
"description": "This job imports some GeoJSON data to my space",
"source": {
"type": "Files"
},
"target": {
"type": "Space",
"id": "sdkeuh7"
}
}Response
The Job
Example response
{
"type": "Import",
"description": "This job imports some GeoJSON data to my space",
"source": {
"type": "Files"
},
"target": {
"type": "Space",
"id": "sdkeuh7"
}
}