Query Data Sources
GET {{base-path}}/sites/{{site-id}}/datasources
https://help.tableau.com/current/api/restapi/en-us/REST/restapirefdatasources.htm#querydata_sources
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | number | (Optional) The number of items to return in one response. The minimum is 1. The maximum is 1000. The default is 100. | |
pageNumber | number | (Optional) The offset for paging. The default is 1. | |
filter | null | (Optional) An expression that lets you specify a subset of data sources to return. You can filter on predefined fields such as name and updatedAt. You can include multiple filter expressions. | |
sort | null | (Optional) An expression that lets you specify the order in which user information is returned. If you do not specify a sort expression, the sort order of the information that's returned is undefined. | |
fields | null | (Optional) An expression that lets you specify the set of available fields to return. You can qualify the return values based upon predefined keywords such as all or default, and you can specify individual fields for the data sources or other supported resources. You can include multiple field expressions in a request. |