{ "opencollection": "1.0.0", "info": { "name": "Select Star Metadata bi custom-attributes-with-value API", "version": "1.0.0" }, "items": [ { "info": { "name": "custom-attributes-with-value", "type": "folder" }, "items": [ { "info": { "name": "custom_attributes_with_value_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/custom-attributes-with-value/:item_guid/", "params": [ { "name": "asset_type", "value": "", "type": "query", "description": "A comma separated value for asset type in form: data_source_type,object_type,data_type" }, { "name": "data_source_types", "value": "", "type": "query", "description": "A list of comma separated types to filter these custom attributes for." }, { "name": "data_types", "value": "", "type": "query", "description": "A list of comma separated types to filter these custom attributes for." }, { "name": "item_guid", "value": "", "type": "path" }, { "name": "object_types", "value": "", "type": "query", "description": "A list of comma separated types to filter these custom attributes for." }, { "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." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The GUID in the path is for the object that the custom attribute is assigned to (like a table, column, etc).\nThis endpoint returns all the custom attributes tied to this object, along with their corresponding values.\n\n**Required Role:** Viewer or higher" } ] } ], "bundled": true }