mturk_list_bonus_payments {paws.analytics} | R Documentation |
The ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment
Description
The list_bonus_payments
operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment.
See https://www.paws-r-sdk.com/docs/mturk_list_bonus_payments/ for full documentation.
Usage
mturk_list_bonus_payments(
HITId = NULL,
AssignmentId = NULL,
NextToken = NULL,
MaxResults = NULL
)
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 |
[Package paws.analytics version 0.9.0 Index]