{ "opencollection": "1.0.0", "info": { "name": "Tableau REST Authentication Projects API", "version": "3.24.0" }, "request": { "auth": { "type": "apikey", "key": "X-Tableau-Auth", "value": "{{X-Tableau-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Tableau Query Projects", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/{api-version}/sites/:site-id/projects", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The ID of the site. You can get the site ID from the response to the Sign In method." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of items to return in one response. The minimum is 1 and the maximum is 1000." }, { "name": "pageNumber", "value": "", "type": "query", "description": "The page number of the set of items to return. The default is 1." }, { "name": "filter", "value": "", "type": "query", "description": "An expression that lets you specify a subset of items to return. Use the format filter=field:operator:value. Operators include eq, gt, gte, lt, lte, has, and in." }, { "name": "sort", "value": "", "type": "query", "description": "An expression that lets you specify the order in which items are returned. Use the format sort=field:direction where direction is asc or desc." } ] }, "docs": "Returns a list of projects on the specified site, with optional pagination. You can filter and sort the list of projects." }, { "info": { "name": "Tableau Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/{api-version}/sites/:site-id/projects", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The ID of the site. You can get the site ID from the response to the Sign In method." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a project on the specified site. You can also create project hierarchies by setting a parent project." }, { "info": { "name": "Tableau Update Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{server}/api/{api-version}/sites/:site-id/projects/:project-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The ID of the site. You can get the site ID from the response to the Sign In method." }, { "name": "project-id", "value": "", "type": "path", "description": "The ID of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the name, description, or project hierarchy of the specified project." }, { "info": { "name": "Tableau Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}/api/{api-version}/sites/:site-id/projects/:project-id", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The ID of the site. You can get the site ID from the response to the Sign In method." }, { "name": "project-id", "value": "", "type": "path", "description": "The ID of the project." } ] }, "docs": "Deletes the specified project on a site. When you delete a project, all Tableau assets inside the project are also deleted." }, { "info": { "name": "Tableau Query Default Permissions for Workbooks", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/{api-version}/sites/:site-id/projects/:project-id/default-permissions/workbooks", "params": [ { "name": "site-id", "value": "", "type": "path", "description": "The ID of the site. You can get the site ID from the response to the Sign In method." }, { "name": "project-id", "value": "", "type": "path", "description": "The ID of the project." } ] }, "docs": "Returns the default permissions for workbooks in the specified project." } ] } ], "bundled": true }