Skip to contents

Returns average rating, count, and the current user's rating (if authenticated).

Usage

api_get_workflow_stars(id)

Arguments

id

Workflow ID

Value

List with average, count, and optionally user_value.

Examples

if (FALSE) { # \dontrun{
api_get_workflow_stars("w_1739654400_123")
} # }