{ "opencollection": "1.0.0", "info": { "name": "Select Star Metadata bi data-sources API", "version": "1.0.0" }, "items": [ { "info": { "name": "data-sources", "type": "folder" }, "items": [ { "info": { "name": "data_sources_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/data-sources/", "params": [ { "name": "meta_types", "value": "", "type": "query", "description": "A comma separated list of data source meta types to include in the response." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "updated_on", "value": "", "type": "query", "description": "Filter objects by updated_on. May specify __gt, __gte, __lt or __lte.\n\n API call to: \n\n ENDPOINT/updated_on__gt=2021-08-04T15:12:40&updated_on__lt=2021-08-23 \n\n will result with objects updated_on after August 4th 2021 at 15:12:40, but before August 23rd 2021. \n\n. If you want to include lower or upper bound of the range use __gte or __lte respectively." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List of the data sources available in authenticated user's organization (org admin only)\n\n**Required Role:** Admin (or RBAC policy)" }, { "info": { "name": "data_sources_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/data-sources/:guid/", "params": [ { "name": "guid", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a single data source (org admin only)\n\n**Required Role:** Admin (or RBAC policy)" } ] } ], "bundled": true }