Retrieve a Team
get
/api/v2/teams/{id}/
Make GET request to this resource to retrieve a single team record containing the following fields:
id: Database ID for this team. (integer)type: Data type for this team. (choice)url: URL for this team. (string)related: Data structure with URLs of related resources. (object)summary_fields: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)created: Timestamp when this team was created. (datetime)modified: Timestamp when this team was last modified. (datetime)name: Name of this team. (string)description: Optional description of this team. (string)organization: (id)
Request
Supported Media Types
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : Team
Type:
Show Source
object-
created:
string
Title:
CreatedRead Only:true -
description:
string
Title:
Description -
id:
integer
Title:
IDRead Only:true -
modified:
string
Title:
ModifiedRead Only:true -
name(required):
string
Title:
NameMinimum Length:1Maximum Length:512 -
organization(required):
integer
Title:
Organization - related: string
-
summary_fields:
string
Title:
Summary fieldsRead Only:true -
type:
string
Title:
TypeRead Only:true -
url:
string
Title:
UrlRead Only:true