Tableau · Example Payload

Tableau Queryprojects Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Queryprojects Example is an example object payload from Tableau, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "queryProjects",
  "method": "GET",
  "path": "/sites/{site-id}/projects",
  "summary": "Tableau Query Projects",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Queryprojects200Example",
      "example": {
        "pagination": {
          "pageNumber": 10,
          "pageSize": 10,
          "totalAvailable": 10
        },
        "projects": {
          "project": [
            {}
          ]
        }
      }
    }
  ]
}