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

Implement Endpoints for User and Admin Workflow Management #21

Draft
wants to merge 13 commits into
base: feature/add-endpoints
Choose a base branch
from

Conversation

Faizan-hub
Copy link
Collaborator

This draft PR introduces the following endpoints for user and admin workflow management:

  • GET /user/workflow_jobs
  • GET /user/workspaces
  • GET /user/workflows
  • GET /admin/{user_id}/workflow_jobs
  • GET /admin/{user_id}/workspaces
  • GET /admin/{user_id}/workflows

Features include:

  • Date range filtering using query parameters.
  • Separate commits for each endpoint implementation.

@Faizan-hub Faizan-hub changed the title Draft: Implement Endpoints for User and Admin Workflow Management Implement Endpoints for User and Admin Workflow Management Nov 25, 2024
@MehmedGIT MehmedGIT changed the base branch from main to feature/add-endpoints November 26, 2024 10:31
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.

2 participants