List Favorites
organizations_list_favorites(
object_id = NULL,
object_type = NULL,
limit = NULL,
page_num = NULL,
order = NULL,
order_dir = NULL
)
An array containing the following fields:
integer, The id of the favorite.
integer, The id of the object. If specified as a query parameter, must also specify object_type parameter.
string, The type of the object that is favorited. Valid options: Container Script, Identity Resolution, Import, Python Script, R Script, dbt Script, JavaScript Script, SQL Script, Template Script, Project, Workflow, Tableau Report, Service Report, HTML Report, SQL Report
string, The name of the object that is favorited.
string, The time this favorite was created.
string, The time the object that is favorited was last updated
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
integer, The rank position of this favorite. Use the patch users/me/favorites/:id/ranking/ endpoints to update.
integer optional. The id of the object. If specified as a query parameter, must also specify object_type parameter.
string optional. The type of the object that is favorited. Valid options: Container Script, Identity Resolution, Import, Python Script, R Script, dbt Script, JavaScript Script, SQL Script, Template Script, Project, Workflow, Tableau Report, Service Report, HTML Report, SQL Report
integer optional. Number of results to return. Defaults to 50. Maximum allowed is 1000.
integer optional. Page number of the results to return. Defaults to the first page, 1.
string optional. The field on which to order the result set. Defaults to created_at. Must be one of: created_at, object_type, object_id.
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.