List teams​
GET
/api/v2/teams
List teams with optional search, sort, and includes
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
eventId
Filter by event ID
Type
integer
_include
Comma-separated: tickets, event
Type
string
Example
"tickets,event"Responses​
Paginated team list
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Create team​
Get team by ID​
Delete team​
Update team​
Bulk delete teams​
Bulk remove tickets from a team​
POST
/api/v2/teams/{id}/tickets/bulk-delete
Unassigns tickets from the team (sets teamId to 0). If the team captain is removed, captain is cleared.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Type
Requiredinteger
Request Body​
application/json
"string"
Responses​
Tickets unassigned
Find Team by Id​
Delete one Team by Id​
Update Team by Id​
Find a list of Teams by a set of filters​
GET
/api/v2/team
Returns a list of Teams
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
_limit
Set the max number of objects to return
Type
number
Format
"int64"_offset
Set the number of objects to ignore before starting
Type
number
Format
"int64"_search
text string that will search certain text fields
Type
string
_select
comma separated list of items to select ('tickets.*, ticketTypes.name')
Type
string
eventId
eventId
Type
integer
Format
"int64"teamName
teamName
Type
string
teamUrl
teamUrl
Type
string
captain
captain
Type
integer
Format
"int64"created
created
Type
integer
Format
"int64"teamType
teamType
Type
string
fundraisingGoal
fundraisingGoal
Type
integer
Format
"float"anonymous
anonymous
Type
integer
Format
"int64"image
image
Type
string
teamText
teamText
Type
string
crowdriseTeamId
crowdriseTeamId
Type
string
captainsTicketId
captainsTicketId
Type
integer
Format
"int64"guid
guid
Type
string
