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

[FEAT] [Anchor: BE Java] Implement GET All Statuses Endpoint for Status Page #1172

Open
Beulah94 opened this issue Aug 25, 2024 · 0 comments
Assignees
Labels

Comments

@Beulah94
Copy link

Description

endpoint to retrieve a list of all status types used on the status page. This enhancement will provide a way to programmatically access and retrieve the available status types for integration into other applications or systems.

Acceptance Criteria

Endpoint Creation: A new GET endpoint should be created for the status types.
Content Retrieval: The GET endpoint should successfully retrieve a list of all status types.
Format: The status types should be returned in a suitable format, such as JSON or XML.
Security: Appropriate security measures should be implemented to protect the status type data.
Error Handling: The endpoint should handle potential errors and provide informative error messages.

Purpose

To enable access to the status types, allowing for easier integration and automation.

Requirem#ents

A GET endpoint should be created for the status types.

Expected Outcome

The GET endpoint should return a list of all status types used on the status page, including their names or identifiers.

@Fifetoyi Fifetoyi self-assigned this Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants