Read All
Get/prices
Authority
ROLE
DESCRIPTION
MASTER
관리자
USER
유저
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Request Param
Name
Type
Description
page
Integer
page number
size
Integer
page size
SearchCond
String
검색 조건
Response
{
"content" : {
[
{
"priceId" : UUID,
"concertId" : UUID,
"seatGrade" : R석,
"price" : 190000
},
{
"priceId" : UUID,
"concertId" : UUID,
"seatGrade" : S석,
"price" : 170000
}
..
]
}
}{
"error": "Invalid request"
}Last updated