Get List of Data Sources
Use this API to retrieve a list of data sources in JSON format. The response will include details for each data source along with the corresponding data source ID, system name, and associated settings.
Query parameters
Results page to be retrieved (0..N).
Results page to be retrieved (0..N).
Number of records per page (1..50). Maximum page size allowed is 50
Number of records per page (1..50). Maximum page size allowed is 50
Sorting criteria in the format: property(,asc|desc). Default is ascending.
Sorting criteria in the format: property(,asc|desc). Default is ascending.
Name of the data source
Type of the system (e.g., AmazonS3)
The date (yyyy-mm-dd) to filter the data sources created on or after the specified date. For example, including the parameter createdFrom=2021-08-17 will filter results to data sources on or after August 17th, 2021.
The date (yyyy-mm-dd) to filter the results to data sources created on or before the specified date. For example, including the parameter createdFrom=2021-08-17 will filter results to data sources on or after August 17th, 2021.
ID of the OneTrust asset.
Status of the data source (e.g., ACTIVE, INACTIVE, DELETED)
ID of the worker node.
Response
Paginated list of data sources
Example response
{
"content": [
{
"id": 1,
"name": "Item"
}
],
"size": 20,
"numberOfElements": 15,
"totalElements": 150,
"totalPages": 8,
"first": true
}