Skip to content

API: GET List of All Tags

Francesca Sadikin edited this page Apr 12, 2018 · 1 revision
  • Method: GET
  • Endpoint: /api/projects/tags
{
    "tags": [
        {
            "arrayOfProjectIds": [
                "ddsadsa4t36534543",
                "ddsadsa4t36534543"
            ],
            "_id": "5acebe8094f48ee7749b5cd5",
            "tagName": "web app"
        },
        {
            "arrayOfProjectIds": [
                "ddsadsa4t36534543",
                "ddsadsa4t36534543"
            ],
            "_id": "5acebe8094f48ee7749b5cd5",
            "tagName": "machine learning"
        }
    ],
    "message": "Successfully retrieved tags"
}
Clone this wiki locally