name – Task title.description – Task description.assigned_to - User ID wich is assigned to the taskstatus – Initial task status (pending, working, blocked, completed).priority – Task priority level (low, normal, high, urgent).due_date – 2026-03-20T17:00:00.000Zpoints – Numeric value representing the task score or weight.curl --location --request POST 'https://api-develop.enspace.io/tasks' \
--header 'x-api-key: <api-key>' \
--header 'en-workspace: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Documentation 2",
"description": "Complete and review",
"assigned_to": 2,
"status": "working",
"priority": "urgent",
"points": 8,
"due_date": "2026-03-15T18:00:00.000Z"
}'{
"id": 0,
"name": "string",
"description": "string",
"reference": "string",
"status": "string",
"priority": "string",
"points": 0,
"due_date": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"assigned_to": {
"id": 0,
"username": "string",
"email": "string",
"provider": "string",
"confirmed": true,
"language": "string",
"role": 0,
"meta": {
"fname": "string",
"lname": "string",
"realm": "string",
"avatar": "string",
"provider": "string",
"last_sync": "2019-08-24T14:15:22.123Z",
"provider_id": "string",
"property1": "string",
"property2": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"uuid": "string"
},
"completed_by": 0,
"creator": 0,
"external_task": {
"id": 0,
"email": "string",
"hash": "string",
"status": "string",
"data": {
"property1": "string",
"property2": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"due_date": "2019-08-24T14:15:22.123Z",
"task": 0
},
"item": 0,
"meta": {
"property1": "string",
"property2": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}