Skip to content
English
  • There are no suggestions because the search field is empty.

Retrieve user based activity status (GTD)

This endpoint allows you to retrieve information about user based activity status (the Getting Things Done - GTD) sections for the logged-in user.

This endpoint allows you to retrieve information about user based activity status (the Getting Things Done - GTD) sections for the logged-in user. GTD sections represent categories within the TODO activities. This information will enable you to efficiently organize work within TODO and assign tasks to specific sections.

Request

  • Method: GET
  • Path: /external/v0/zapier/webhooks/GTD
  • Header:
  • X-KEY: API key for authentication.

Response

After successfully retrieving GTD objects, you will receive response in JSON format containing the information: 

[

    {

        "name": "New",

        "color": "#006699",

        "externalId": "provision",

        "sortOrder": 3453.0,

        "viewType": "ACTIVITY",

        "id": 10850

    },

    ...


Description of attributes:

  • name: The name of the section.
  • color: The section's color in HEX code format.
  • externalId: External section identifier.
  • sortOrder: Section sorting order.
  • viewType: View type.
  • id: Unique section identifier.