users_post_me_favorites: Favorite an item

Description Usage Arguments Value

Description

Favorite an item

Usage

1
users_post_me_favorites(object_id, object_type)

Arguments

object_id

integer required. The id of the object. If specified as a query parameter, must also specify object_type parameter.

object_type

string required. The type of the object that is favorited. Valid options: Project

Value

A list containing the following elements:

id

integer, The id of the favorite.

objectId

integer, The id of the object. If specified as a query parameter, must also specify object_type parameter.

objectType

string, The type of the object that is favorited. Valid options: Project

objectName

string, The name of the object that is favorited.

createdAt

string, The time this favorite was created.


civisanalytics/civis-r documentation built on June 27, 2020, 7:25 a.m.