Theme

Gig Time Activities

Get Gig Time Activities

GET https://cirro.io/api/v2/gig_time_activities

Parameters

ParameterTypeNote
gig_idstringA filter based on the ID of the associated gig.
user_idstringA filter based on the ID of the associated user.
limitintegerA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
beforestringA cursor for pagination. Given object ID of the first item of a returned list will give you the previous page.
afterstringA cursor for pagination. Given object ID of the last item of a returned list will give you the next page.

Description

Returns a list of Gig Time Activity objects if the request was successful. Returns an error if the request failed.

Please see the guide on Results & Rewards to learn more about their usage.

Example

1client = CirroIOV2::Client.new(...)
2client.GigTimeActivity.list
Previous
Overview