diff --git a/workbench/frontend/src/app/slot-booking/slot-booking.component.html b/workbench/frontend/src/app/slot-booking/slot-booking.component.html index 9558933..bc334ab 100644 --- a/workbench/frontend/src/app/slot-booking/slot-booking.component.html +++ b/workbench/frontend/src/app/slot-booking/slot-booking.component.html @@ -1,4 +1,4 @@ - + Slot Search Request / Response @@ -80,6 +80,41 @@

Request

+ +
+ Filter Based +
+ +
+ Internal + Crowd + Use mandatory skills +
+ + + + using + /api/v3/job-slots/actions/search + Search Job Slot API see + + + documentation + + +
+ auto refresh +
+ +
+ Timing: {{ (response$ | async).time | number }} ms for {{ (response$ | async).grouped.length }} slots with + {{ (response$ | async).results.length }} matches +
+ Full JSON Request
{{ requestPayload$ | async | json }}
@@ -103,43 +138,7 @@

Response

- - -
- Filter Based -
- -
- Internal - Crowd - Use mandatory skills -
- - - - using - /api/v3/job-slots/actions/search - Search Job Slot API see - - - documentation - - -
- auto refresh -
- -
- Timing: {{ (response$ | async).time | number }} ms for {{ (response$ | async).grouped.length }} slots with - {{ (response$ | async).results.length }} matches -
-

Slot Search Options: