ProjectsListAllAvailable - maxkunitsa/timeTracker GitHub Wiki
#Listing available projects
Returns all available projects as array of objects.
Note: Authentication required
GET /projects
-- #####Response Example (success)
[
{
"id": "563f196764cb5c935d44bec6",
"name": "Project Name"
},
{
"id": "5cb5c935d44bec663f196764",
"name": "Another Project"
}
]
-- #####Response Example (no projects available)
[] //Empty array