Appearance
Projects Snippets
List Projects Response
json
// #region list-projects
// Example of a response from the List Projects API
{
"total": 5,
"last_page": 1,
"prev_page": null,
"next_page": null,
"has_next_page": false,
"page": 1,
"per_page": 5,
"from": 0,
"to": 5,
"result": [
{
"id": 25,
"node_id": "iRl1cnAIShmnF5Ii",
"project_name": "test232defa",
"start_date": "2024-08-07T16:00:00.000Z",
"end_date": "2024-08-14T16:00:00.000Z",
"description": "asdasd",
"createdAt": "2024-08-08T00:30:05.000Z",
"created_by": {
"id": 1,
"email": "jcoronel.ccheetah@gmail.com",
"avatar": "",
"node_id": "a6c374ee-17d6-4acf-ae2a-0b7eb09a38fd",
"full_name": "Joel Coronel",
"first_name": "Joel",
"last_name": "Coronel",
"employee_no": "1"
}
},
{
"id": 24,
"node_id": "a4D5S3ELN9zcen6O",
"project_name": "1Test Create",
"start_date": "2024-08-05T16:00:00.000Z",
"end_date": "2024-08-13T16:00:00.000Z",
"description": "asdsad",
"createdAt": "2024-08-06T22:40:09.000Z",
"created_by": {
"id": 1,
"email": "jcoronel.ccheetah@gmail.com",
"avatar": "",
"node_id": "a6c374ee-17d6-4acf-ae2a-0b7eb09a38fd",
"full_name": "Joel Coronel",
"first_name": "Joel",
"last_name": "Coronel",
"employee_no": "1"
}
},
{
"id": 23,
"node_id": "3xOAiCHg7qm4g3Xl",
"project_name": "AAAA3",
"start_date": "2024-08-01T16:00:00.000Z",
"end_date": "2024-08-13T16:00:00.000Z",
"description": "asdasd",
"createdAt": "2024-08-01T18:48:30.000Z",
"created_by": {
"id": 1,
"email": "jcoronel.ccheetah@gmail.com",
"avatar": "",
"node_id": "a6c374ee-17d6-4acf-ae2a-0b7eb09a38fd",
"full_name": "Joel Coronel",
"first_name": "Joel",
"last_name": "Coronel",
"employee_no": "1"
}
},
{
"id": 22,
"node_id": "WQmXv87LcNRfUb1Z",
"project_name": "AAAAA2",
"start_date": "2024-08-01T16:00:00.000Z",
"end_date": "2024-08-21T16:00:00.000Z",
"description": "asdadas",
"createdAt": "2024-08-01T18:44:56.000Z",
"created_by": {
"id": 1,
"email": "jcoronel.ccheetah@gmail.com",
"avatar": "",
"node_id": "a6c374ee-17d6-4acf-ae2a-0b7eb09a38fd",
"full_name": "Joel Coronel",
"first_name": "Joel",
"last_name": "Coronel",
"employee_no": "1"
}
},
{
"id": 21,
"node_id": "5vpKAWVme9yewfEd",
"project_name": "AAAAA",
"start_date": "2024-08-01T16:00:00.000Z",
"end_date": "2024-08-12T16:00:00.000Z",
"description": "asdsadas",
"createdAt": "2024-08-01T18:43:02.000Z",
"created_by": {
"id": 1,
"email": "jcoronel.ccheetah@gmail.com",
"avatar": "",
"node_id": "a6c374ee-17d6-4acf-ae2a-0b7eb09a38fd",
"full_name": "Joel Coronel",
"first_name": "Joel",
"last_name": "Coronel",
"employee_no": "1"
}
}
]
}
// #endregion list-projects