Skip to main content

Get a task item by ID

GET 

/task/:id

Retrieve a specific task item by its ID.

Request

Path Parameters

    id uint64required

Responses

The task item.

Schema

    id uint64

    Unique identifier of the task item.

    created date-time

    Creation timestamp of the task item.

    body byte

    Base64-encoded representation of the body of the task item.

Loading...