We'll soon be releasing our application and will be looking for testers!
Menu
2ofClubs2ofClubsDocsBlog
GitHub
2ofClubs2ofClubs
  • Docs
  • Blog
  • GitHub
  • Getting Started
    • Welcome
    • Installation
    • Configuration
  • Admin
    • Toggle User
    • Toggle Club
    • Toggle Tag
    • Upload Tags
    • Club Preview
    • Get Non Approved Clubs
    • Get Non Approved Users
  • Authentication
    • Signup
    • Login
    • Change Password
    • Request Reset Password
    • Reset Password
    • Logout
    • Refresh
  • User
    • Get
  • Club
    • Create
    • Update
    • Get Club
    • Get Club Managers
    • Add Manager
    • Remove Manager
    • Promote New Club Owner
    • Leave Club
    • Swipe Club
    • Unswipe Club
    • Get Swiped Clubs
  • Photos
    • Upload Club Photo
    • Get Club Photo
  • Tag
    • Create Tag
    • Get
    • Update User Tags
    • Update Club Tags
  • Events
    • Create
    • Update
    • Delete
    • Get
    • Attend
    • Unattend
  • Status
    • Structure

Get

GET /tags : Get all tags

Possible Responses#

Immediate Success#

{
"code": 1,
"message": "tags found",
"data": [
{
"id": 1,
"name": "Computer Sciences",
"isActive": true
},
{
"id": 2,
"name": "Mathematics",
"isActive": false
},
{
"id": 3,
"name": "Chemistry",
"isActive": false
}
]
}
Last updated on 8/23/2020 by Chris Lim
Previous
« Create Tag
Next
Update User Tags »
  • Possible Responses

Docs

  • Getting Started

More

  • Blog
  • GitHub
Copyright © 2020 2ofClubs.