Get orders [Admin]
주문 목록 조회 API : 관리자
Retrieve orders
GET
/orders
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
userId
number
회원 ID
consertId
string
공연 ID
orderStatus
string
주문 상태
startDate
timestamp
시작일
endDate
timestamp
종료일
page
number
요청 페이지 번호
size
number
페이지당 element 수
sort
string
정렬 필드 및 조건
Response
Last updated