v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Favorites

Get a Favorite by id

Get a Favorite by id.

get/datainsights/v1.1/favorites/{id}

Path parameters

idinteger required

Favorite Id of the resource

Headers

X-PROPERTY-IDinteger required

Property id of the client

Response

OK

idinteger required

Favorite Id

rankinteger required

Rank associated to the favorite in order to display the reports

report_idinteger

Report, Stock Report or Hub Id favorited

entity_idinteger

Report, Stock Report or Hub Id favorited

report_kind'report' | 'stock_report' | 'hub'

Report Kind

kind'report' | 'stock_report' | 'hub'

Favorite Kind

Example response

{
  "id": 1,
  "report_kind": "stock_report",
  "kind": "stock_report"
}