Logo
OpenText Developer Cloud public resources API Documentation

Get BOConfigs

GET {{bo-service-endpoint}}/api/v1/admin/boconfigs

This request retrieves:

  • all the known BOConfigs

  • OR those matching the filter query parameter.

 

Body PARAM

Key Datatype Required Description 
filter
string



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X GET 'bo-service-endpoint/api/v1/admin/boconfigs?filter=externalSystem eq 'OvershoeInc'' -H 'Accept: application/hal+json'

ENDPOINTS