v4

latestOpenAPI 3.0.22026-07-3188146256.6 KB
Saved Views

listFavoriteViewsForUser

Get the Favorite Saved Views for user based on the schema

get/v1/entity/views/favorites

Response

Success

Example response

{
  "results": [
    {
      "slug": [
        "contact"
      ],
      "name": "View listing German",
      "org": "66",
      "shared": true,
      "isFavoritedBy": [
        "11701"
      ],
      "created_by": {
        "user_id": "10598",
        "org_id": "739224"
      },
      "ui_config": {
        "filters": {
          "customer_name": "suresh test",
          "_tags": "360"
        },
        "table_layout": {
          "opportunity": {
            "page": 1,
            "sort": "_created_at:desc",
            "pageSize": 25,
            "columnSettings": []
          }
        }
      },
      "shared_with": [
        "112233"
      ]
    }
  ]
}