- update DevicesController - update DevicesEndpoint - update DevicesControllerTest - add getDevicesByType to DevicesController - update devices.http - add getDevicesByType to DeviceService - add findAllByType to DeviceRepository
18 lines
431 B
HTTP
18 lines
431 B
HTTP
### get all types
|
|
GET {{hostname}}/devices
|
|
|
|
### get all types
|
|
GET {{hostname}}/devices/page-1
|
|
|
|
### get all types
|
|
GET {{hostname}}/devices/page-1/show-2
|
|
|
|
### get all types
|
|
GET {{hostname}}/devices/type-00000000-0000-0000-0000-000000000000
|
|
|
|
### get all types
|
|
GET {{hostname}}/devices/type-00000000-0000-0000-0000-000000000000/page-1
|
|
|
|
### get all types
|
|
GET {{hostname}}/devices/type-00000000-0000-0000-0000-000000000000/page-1/show-2
|