get https://api.teamgridapp.com/journalEntries
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 |
type | String ('product', 'manual', 'bundle') | Type of the item |
projectId | String (17 characters long) | Unique identifier of the project of the item |
productId | String (17 characters long) | Unique identifier of the product linked to the item |
title | String | Title of the item |
price | Number | Price of the item |
purchasePrice | Number | Purchase price of the item |
count | Number | Count of the item |
date | Date | Booking date of the item |
comment | String | Comment for the item |
isCharge | Boolean | Indicates wether the item is a charge or a credit note |
productNumber | String | Product number of the item |
description | String | Description of the item |
createdAt | Date | When was the item created |
createdBy | String (17 characters long) | Unique identifier of the user who created this item |