/
CA
capora
/
OpenAPI definition
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 12h ago
Details
Filter operations
Admin Car-Sharing Terms
6
Admin CarSharing Vehicle
7
get
차량 상세 조회
put
차량 수정
delete
차량 삭제
put
차량 그룹 배정
get
차량 목록 조회
post
차량 등록
get
차량 검색
Admin Common File
5
Admin Display Car Group
7
Admin User Search
2
Admin Vehicle Group
13
admin-member-query-controller
1
admin-member-quota-query-controller
1
CarSharing Admin Reservation
9
CarSharing Admin Schedule
5
CarSharing Batch Reservation
2
CarSharing Blacklist Member
4
CarSharing Garage
10
CarSharing Holiday
6
CarSharing Reservation
12
CarSharing Schedule
5
CarSharing Vehicle
4
CarSharing VehicleSchedule
1
Common Enums
1
Common File
1
health-check-controller
1
member-profile-controller
2
ReservationPolicy
1
Terms
1
카쉐어링 이용 내역 관리
9
Admin CarSharing Vehicle
차량 목록 조회
차량 관리 > 차량 목록 조회
get
/admin/vehicles
Query parameters
filter
AdminVehicleFilterRequest
required
vehicleNumber
string
vehicleName
string
vehicleModel
string
vehicleStatusType
string
carType
'LIGHT'
|
'SMALL'
|
'COMPACT'
|
'MIDSIZE'
|
'SEMI_FULL_SIZE'
|
'FULL_SIZE'
|
'SEMI_FULL_SIZE_SUV'
|
'SUB_COMPACT_SUV'
|
'MIDSIZE_SUV'
fuelType
'GASOLINE'
|
'LPG'
|
'DIESEL'
|
'HYBRID'
|
'EV'
|
'HYDROGEN'
vehicleGroupAssigned
boolean
vehicleGroupId
integer
vehicleGroupName
string
garageId
integer
clientId
integer
businessPlaceId
integer
pageable
Pageable
required
page
integer
size
integer
sort
string[]
Response
OK
Changes