Get Import Group List - Brainware Intelligent Capture - Foundation 23.1 - Foundation 23.1 - Brainware - external

Brainware API Requests

Platform
Brainware
Product
Brainware Intelligent Capture
Release
Foundation 23.1
License

GET /api/v1/ImportGroup

This request returns the list of import groups.

Import groups identify a set of batches that will be processed by one or more RTS instances.

Request Endpoint

/api/v1/ImportGroup

Sample Curl

curl -X GET --header 'Accept: application/json' --header 'Pragma: no-cache' --header 'Cache-Control: no-cache' 'http://localhost/BrainwareAPI/api/v1/ImportGroup'

Sample Request

GET --header 'Accept: application/json' --header 'Pragma: no-cache' --header 'Cache-Control: no-cache' 'http://localhost/BrainwareAPI/api/v1/ImportGroup' GET /ImportGroup

Response

Element Description Type
name Import group name string

Sample Response

[ { "name": "string" } ]

Response Codes

Code Description
200 Import group list returned.
204 No import group found.