See all visible tasks in a view in ClickUp.
{- "tasks": [
- {
- "id": "9hx",
- "name": "New Task Name",
- "status": {
- "status": "Open",
- "color": "#d3d3d3",
- "orderindex": 0,
- "type": "open"
}, - "orderindex": "1.00000000000000000000000000000000",
- "date_created": "1567780450202",
- "date_updated": "1567780450202",
- "date_closed": null,
- "date_done": null,
- "creator": {
- "id": 183,
- "username": "John Doe",
- "color": "#827718",
}, - "assignees": [ ],
- "checklists": [ ],
- "tags": [ ],
- "parent": null,
- "priority": null,
- "due_date": null,
- "start_date": null,
- "points": 3,
- "time_estimate": null,
- "time_spent": null,
- "custom_fields": {
- "id": "0a52c486-5f05-403b-b4fd-c512ff05131c",
- "name": "My Text Custom field",
- "type": "text",
- "type_config": { },
- "date_created": "1622176979540",
- "hide_from_guests": false,
- "value": {
- "value": "This is a string of text added to a Custom Field."
}, - "required": true
}, - "list": {
- "id": "123"
}, - "folder": {
- "id": "456"
}, - "space": {
- "id": "789"
},
}, - {
- "id": "9hz",
- "name": "Second task",
- "status": {
- "status": "Open",
- "color": "#d3d3d3",
- "orderindex": 0,
- "type": "open"
}, - "orderindex": "2.00000000000000000000000000000000",
- "date_created": "1567780450202",
- "date_updated": "1567780450202",
- "date_closed": null,
- "date_done": null,
- "creator": {
- "id": 183,
- "username": "John Doe",
- "color": "#827718",
}, - "assignees": [ ],
- "checklists": [ ],
- "tags": [ ],
- "parent": null,
- "priority": null,
- "due_date": null,
- "start_date": null,
- "points": 3,
- "time_estimate": null,
- "time_spent": null,
- "custom_fields": {
- "id": "0a52c486-5f05-403b-b4fd-c512ff05131c",
- "name": "My Text Custom field",
- "type": "text",
- "type_config": { },
- "date_created": "1622176979540",
- "hide_from_guests": false,
- "value": {
- "value": "This is a string of text added to a Custom Field."
}, - "required": true
}, - "list": {
- "id": "123"
}, - "folder": {
- "id": "456"
}, - "space": {
- "id": "789"
},
}
], - "last_page": true
}