Tableau · Example Payload

Tableau Getfavorites Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Getfavorites 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": "getFavorites",
  "method": "GET",
  "path": "/sites/{site-id}/favorites/{user-id}",
  "summary": "Tableau Get Favorites for User",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getfavorites200Example",
      "example": {
        "favorites": {
          "favorite": [
            {
              "label": "Example Title"
            }
          ]
        }
      }
    }
  ]
}