paws.analytics (version 0.1.0)

mturk_list_bonus_payments: The ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment

Description

The ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment.

Usage

mturk_list_bonus_payments(HITId, AssignmentId, NextToken, MaxResults)

Arguments

HITId

The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified

AssignmentId

The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified

NextToken

Pagination token

MaxResults

Request syntax

svc$list_bonus_payments(
  HITId = "string",
  AssignmentId = "string",
  NextToken = "string",
  MaxResults = 123
)