Test Data Management
- Test Data Management 10.5.1
- All Products
GET http(s)://<host>:<port>/api/public/tdm/v1/connections/{connectionId}/schemas
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Parameter
| Description
|
---|---|
connectionId
| Required. ID of the connection that contains the schemas.
|
Parameter
| Description
|
---|---|
filter
| Filters based on criteria.
|
sort
| Sorts based on criteria. You can enter more than one field name as criteria. By default, sorts in ascending order of criteria.
For example, to sort in descending order enter:
id:desc
|
start
| The start index of the list.
|
size
| The number of records that you want to return.
|
GET http://<host>:6605/api/public/tdm/v1/connections/U:b2DtzUtUEem6p6Tll-PTWQ/schemas
[ "CI", "db_accessadmin", "db_backupoperator", "db_datareader", "db_datawriter", "db_ddladmin", "db_denydatareader", "db_denydatawriter", "db_owner", "db_securityadmin", "dbo", "guest", "INFORMATION_SCHEMA", "sys" ]