v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Tasks

Get a task

Get a single task by the ID provided.

get/tasks/{id}

Path parameters

idstring required

Task ID

Response

Task

htmlUrlstring

The link to the entity within the app.

htmlUrlPathstring

The path to the entity within the app.

idstring

The API ID of this entity, formatted {integer}-{entityType}

Example response

{
  "htmlUrl": "https://app.nutshell.com/lead/1006",
  "htmlUrlPath": "/lead/1006",
  "id": "3-contacts",
  "recurrenceRule": {
    "htmlUrl": "https://app.nutshell.com/lead/1006",
    "htmlUrlPath": "/lead/1006",
    "rule": "FREQ=WEEKLY;BYDAY=MO",
    "mode": "dueDate",
    "id": "3-contacts"
  }
}