tasks
POST {{api_url}}/api/v1/tasks
Creates a new task in Userlot by setting appropriate attributes in the body of the request.
Please see the Custom Field setup for this entity to determine if certain attributes are required
Request Body
[{"name"=>"title", "value"=>"", "datatype"=>"null"}, {"name"=>"description", "value"=>"", "datatype"=>"null"}, {"name"=>"priority", "value"=>"", "datatype"=>"null"}, {"name"=>"busy", "value"=>"", "datatype"=>"null"}, {"name"=>"completed_at", "value"=>"", "datatype"=>"null"}, {"name"=>"due_at", "value"=>"", "datatype"=>"null"}, {"name"=>"end_at", "value"=>"", "datatype"=>"null"}, {"name"=>"user_id", "value"=>"", "datatype"=>"null"}, {"name"=>"company_id", "value"=>"", "datatype"=>"null"}, {"name"=>"activity_type", "value"=>"", "datatype"=>"null"}]