Current Team Routes

This interface deals with getting information on the team that the currently logged in user belongs to.

Get Current Team

GET /current_team

Example request:

GET /current_team HTTP/1.1
Host: example.com
Accept: application/json, text/javascript

Example response:

HTTP/1.1 200 OK
Content-Type: application/json
{
   'name': 'Team A'
}

Requires Authentication: Yes

Allowed Roles: Team

URL Parameters:
There are no URL parameters for this interface.
Required JSON Parameters:
No JSON parameters are required for this interface.
Optional JSON Parameters:
No optional JSON parameters are allowed for this interface.
Forbidden JSON Parameters:
No JSON parameters are forbidden for this interface.
Exceptions:
  • IllegalParameter: You submitted parameters with your GET request. Parameters are not allowed on this interface.

Table Of Contents

Related Topics

This Page