Get task item

org.intentschema.productivity.tasks.item.get.v1

JSON: bare · @sha256:eed1e04da155…
Hash: sha256:eed1e04da155429706c7fc2fd03376fff2d0d6dd91fef33d77eaaf9b311fb59a

Fetch a single task by id.

Payload

FieldTypeDescription
target *Target (required: external_id)

Result

FieldTypeDescription
external_id *string
objectobject
etagstring
object
FieldTypeDescription
titlestring
notesstring
due_atstring (date-time)
priorityenum: low | normal | high
statusenum: needs_action | in_process | completed | cancelled
assigneestring (email)RFC 5321 mailbox. Plain address (jane@example.com) or with display name ("Jane Doe" <jane@example.com>).

Examples

fetch by id

{
  "target": {
    "system": "asana",
    "external_id": "task_abc"
  }
}