Configuration

List Available Character Sets

Allows users to retrieve a list of all the available character sets that can be used for data curation.

SecurityapiKey
Request
query Parameters
page
integer <int32>

Current page number.

Example: page=10
pageSize
integer <int32>

Number of items per page.

Example: pageSize=10
Responses
200

OK

get/outputcharsets/charactersets
Request samples
Response samples
application/json
{
  • "numberOfPages": "10",
  • "page": "1",
  • "pageSize": "100",
  • "total": "67",
  • "values": [
    ]
}

List Available Concepts

Allows users to retrieve a list of all the available concepts that can be used for data curation.

SecurityapiKey
Request
query Parameters
page
integer <int32>

Current page number.

Example: page=10
pageSize
integer <int32>

Number of items per page.

Example: pageSize=10
Responses
200

OK

get/outputcharsets/concepts
Request samples
Response samples
application/json
{
  • "numberOfPages": "10",
  • "page": "1",
  • "pageSize": "100",
  • "total": "67",
  • "values": [
    ]
}

List Available Features

Allows users to retrieve a list of all the available features that can be used for data curation.

SecurityapiKey
Request
query Parameters
page
integer <int32>

Current page number.

Example: page=10
pageSize
integer <int32>

Number of items per page.

Example: pageSize=10
Responses
200

OK

get/features
Request samples
Response samples
application/json
{
  • "numberOfPages": "10",
  • "page": "1",
  • "pageSize": "100",
  • "total": "67",
  • "values": [
    ]
}

List Available Profiles

Allows users to retrieve a list of all the available Profiles with its features that can be used for data curation.

SecurityapiKey
Request
query Parameters
page
integer <int32>

Current page number.

Example: page=10
pageSize
integer <int32>

Number of items per page.

Example: pageSize=10
Responses
200

OK

get/profiles
Request samples
Response samples
application/json
{
  • "numberOfPages": "10",
  • "page": "1",
  • "pageSize": "100",
  • "total": "67",
  • "values": [
    ]
}