-
Notifications
You must be signed in to change notification settings - Fork 1
API: GET List of All Categories
Francesca Sadikin edited this page Apr 12, 2018
·
1 revision
- Method: GET
- Endpoint: /api/projects/categories
{
"categories": [
{
"arrayOfProjectIds": [
"ddsadsa4t36534543",
"ddsadsa4t36534543"
],
"_id": "5acebe8094f48ee7749b5cd5",
"categoryName": "productivity"
},
{
"arrayOfProjectIds": [
"ddsadsa4t36534543",
"ddsadsa4t36534543"
],
"_id": "5acebe8094f48ee7749b5cd5",
"categoryName": "weather"
}
],
"message": "Successfully retrieved categories"
}