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] Admin 게시글 전체 조회 API #692

Closed
AreSain opened this issue Mar 7, 2024 · 0 comments · Fixed by #694
Closed

✨ [Feature] Admin 게시글 전체 조회 API #692

AreSain opened this issue Mar 7, 2024 · 0 comments · Fixed by #694
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@AreSain
Copy link
Contributor

AreSain commented Mar 7, 2024

Description

  • 게시글 전체 목록(status상관없이)가져오는 api

Request

URI

GET /party/admin/rooms

Response

Status Code

  • 200

Response Body

[
	{
	  roomId: number;
	  title: string;
	  categoryId: number;
	  creatorIntraId: string;
	  currentPeople: number;
	  minPeople: number;
	  maxPeople: number;
	  dueDate: Date;
	  createDate: Date;
	  roomStatus: 'open' | 'start' | 'finish' | 'hidden' | 'fail';
	},
	...
]
@AreSain AreSain added the enhancement New feature or request label Mar 7, 2024
@AreSain AreSain self-assigned this Mar 7, 2024
@yes-ee yes-ee added this to the 6th Sprint3 milestone Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants