tasks

GET {{api_url}}/api/v1/tasks

Returns the list of tasks in Userlot.

You optionally provide some additional parameters that filter down the returned list of tasks.

These include our standard external ID attributes

  • external_id - The ID matching your internal ID in your product
  • source_external_id - An ID of an external system such as a CRM or ticketing system.

If you want to look up via Userlot's ID, please use the /:id endpoint

Optionaly you can also provide attributes that match below to further limit the returned set of companies.

  • first_name
  • last_name
  • name
  • email

Request Params

KeyDatatypeRequiredDescription
user_idnullUserlot team user you want to return tasks assigned to
task_status_idnullTasks that match the given status

RESPONSES

status: OK

[{"id":"3179db2c-d4a0-436f-a8f8-e01f280fa9cb","created_at":"2023-02-07T08:20:25Z","updated_at":"2023-02-07T08:20:25Z","friendly_id":1,"title":"Call that important person","description":"\u003cp\u003eDo the thing\u003c/p\u003e","priority":3,"busy":true,"due_at":"2023-02-09T08:15:13Z","end_at":"2023-02-09T08:15:13Z","task_status":{"id":"377702cb-c54c-4fb3-9535-ea4fc629d5d7","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Open","default":true,"complete_task":false,"color":"#C6F1B8"},"task_category":{"id":"cfe4c997-aa76-462c-98f1-c92a6b4c93ff","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Task"},"activity_type":null,"user":{"id":"e510a5b1-723c-4191-80a4-48bde662190a","created_at":"2022-11-21T01:52:31Z","updated_at":"2023-02-07T08:20:25Z","first_name":"Luke","last_name":"Skywalker","name":"Luke Skywalker","nickname":null,"email":"luke@userlot.co"},"team":{"id":"7b2ab6af-b20c-469e-a45a-42df72dd5f2e","created_at":"2022-11-21T01:24:43Z","updated_at":"2022-11-21T01:24:43Z","name":"Customer Success Team","description":null,"product_id":"40d41e7c-4a44-4d3e-b717-760c80f5f1b1"},"product_id":"40d41e7c-4a44-4d3e-b717-760c80f5f1b1"}]