Gig Results

Get Gig Results

GET https://api.cirro.io/v2/gig_results?user_id=&gig_id=&limit=&before=&after=

Parameters

ParameterTypeNote
user_idstringA filter based on the ID of the associated user.
gig_idstringA filter based on the ID of the gig.
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.

Example

1client = CirroIOV2::Client.new(...)
2client.GigResults.list()
Previous
About Gig Results