Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏷️ Add list tags API #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Palwisha-18
Copy link
Contributor

@Palwisha-18 Palwisha-18 commented Jan 31, 2025

Description

  • Added Tags List API
    URL: GET api/v1/events/tags/
    Description: Allows authenticated users to fetch all tags.
    Response (Success):
    Status: 200 OK
         [
              {
                  "id": 1,
                  "name": "backend-training"
              },
              {
                  "id": 2,
                  "name": "frontend-training"
              }
       ]

Link to the associated Taiga ticket: https://projects.arbisoft.com/project/arbisoft-sessions-portal-20/us/27

@Palwisha-18 Palwisha-18 self-assigned this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant