Gig Invitations

About Gig Invitation

What are Gig Invitations?

The Gig Invitation Object

AttributeTypeNote
idstringID of the gig invitation
objectstringType of the object, always "gig_invitation"
statusstringCurrent status of the gig invitation, e.g., "accepted"
no_rewardbooleanIndicates if there is no reward associated with the gig (false by default)
gig_idstringID of the gig associated with the invitation
user_idstringID of the user invited to the gig

Example

{
  "id": "1",
  "object": "gig_invitation",
  "status": "accepted",
  "no_reward": false,
  "gig_id": "1",
  "user_id": "1"
}
Previous
Update a Task for a Gig