get
https://api.teamgridapp.com/lists
Get all lists
With the "Get Lists" endpoint you receive all your created task lists from projects, lists in the projects grid view or personal "My Tasks" lists.
| Field | Possible values | Description |
|---|---|---|
_id | String (17 characters long) | Unique identifier |
name | String | Display name of this list |
parentId | String (17 characters long) | Unique identifier of the parent (user or project) |
type | tasks, personal or projects | Indicates the type of the list.tasksif the parent is a project.personal if the parent is a user.projects if the list is a projects list of the team. |
order | Number | Position of the list. Used for sorting |
createdAt | Date | When was the list created |
createdBy | String (17 characters long) | Unique identifier of the user who created this list |
