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

[Feature] (PHP): Implement Endpoint for Retrieving Role Details by Organization and Role IDs #1445

Open
Paul-Ajibola opened this issue Aug 24, 2024 · 0 comments
Labels
triage This Ticket is yet to be verified as a valid ticket

Comments

@Paul-Ajibola
Copy link

Paul-Ajibola commented Aug 24, 2024

Description

Develop a backend API endpoint that allows the retrieval of detailed information about a specific role associated with a given organization. The endpoint will utilize the organization’s ID and the role’s ID to fetch the relevant data.

Acceptance Criteria

  1. The endpoint successfully retrieves the correct role details for a given organization and role ID.
  2. The response is formatted as a JSON object with the expected fields.
  3. The endpoint handles errors correctly and returns appropriate HTTP status codes (e.g., 404 for not found).
  4. The endpoint is well-documented with clear explanations of the parameters, response format, and error handling.

Links

https://www.figma.com/design/VEItfX6St5NSAqqNHImcxD/HNG-Boilerplate-Designs?node-id=4-33159&t=hHwJaKsR0WUN3DlO-0

Images

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage This Ticket is yet to be verified as a valid ticket
Projects
None yet
Development

No branches or pull requests

1 participant