tasks

Get task details by ID

get/v1/tasks/{taskId}

Path parameters

taskIdstring required

Response

Successfully fetched task details

{"stackTrail":"paths:/v1/tasks/{taskId}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"message":"Successfully fetched task details","payload":{"task":{"taskId":"lP0Zg2keMz","type":"custom","title":"Ask for Review","status":"upcoming","dueDate":"2024-06-17T05:55:38.434Z","taskAssignee":{"firstName":"Alice","lastName":"Johnson","email":"alice.johnson@com"},"note":"Ask for testimonial or case study","priority":"high","sequence":{"id":"s9Ik876","name":"Onboarding Series","stepId":"AYzMQl78zk","stepNumber":1,"prospectOutcome":"interested"}}}}}

Example response

{
  "message": "Successfully fetched task details",
  "payload": {
    "task": {
      "taskId": "lP0Zg2keMz",
      "type": "custom",
      "title": "Ask for Review",
      "status": "upcoming",
      "dueDate": "2024-06-17T05:55:38.434Z",
      "taskAssignee": {
        "firstName": "Alice",
        "lastName": "Johnson",
        "email": "alice.johnson@com"
      },
      "note": "Ask for testimonial or case study",
      "priority": "high",
      "sequence": {
        "id": "s9Ik876",
        "name": "Onboarding Series",
        "stepId": "AYzMQl78zk",
        "stepNumber": 1,
        "prospectOutcome": "interested"
      }
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.