Skip to main content

List all task items

GET 

/task

Retrieve all task items, including the total count.

Responses

A list of task items with total count.

Schema

    total_items integer

    The total number of task items.

    items

    object[]

  • Array [

  • 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...