Bot Service Controller - Capture Sets

Get Current Capture Set

Path: /api/bots/current-capture

Method: GET

Example Http Request

GET /api/bots/current-capture HTTP/1.1
Host: localhost:8080

Example Http Response

HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers

Example Curl Request

$ curl 'http://localhost:8080/api/bots/current-capture' -i -X GET

Bot Service Controller - Capture Sets