v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Favorites

List of Favorites in a property for the user that is authorized

Get a list of all the created favorites for a user on a specific property.

get/datainsights/v1.1/favorites

Headers

X-PROPERTY-IDinteger required

Property id of the client

Response

OK

totalinteger

Number of favorites for this user on the current property

Example response

{
  "favorites": [
    {
      "id": 1,
      "report_kind": "stock_report",
      "kind": "stock_report",
      "report_title": "Report title",
      "title": "Entity title"
    }
  ],
  "total": 12
}