We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Development of an API endpoint that allows a super admin to retrieve all the squeeze records in the database
GET /api/v1/squeeze
{ "message": "Squeeze Records Retrieved Successfully" , "status_code": 200 }
{ "message": "User is Unauthorized" , "status_code": 401 }
{ "message": "User is Forbidden", "status_code": 403 }
{ "message": "Internal Server Error", "status_code": 500 }
This feature will enable the generation of all existing squeeze records in the database by a user with super admin privileges
This process ensures the display of all the squeeze records in the database. However, this can only be accessed by a super admin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Development of an API endpoint that allows a super admin to retrieve all the squeeze records in the database
Acceptance Criteria
Example Request
Response [Success]
Purpose
This feature will enable the generation of all existing squeeze records in the database by a user with super admin privileges
Requirements
Expected Outcome
This process ensures the display of all the squeeze records in the database. However, this can only be accessed by a super admin
The text was updated successfully, but these errors were encountered: