v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Get a team

Get a specific team by its key. The user making the request must have access to the team in order to make the request successfully

get/teams/{teamKey}

Path parameters

teamKeystring required

Team key

Response

200

creationDateinteger
creatorstring
namestring
sharingRestrictedToTeamboolean
keystring
lastSavedTimestampinteger

Example response

{
  "creationDate": 1490042016548,
  "creator": "agxzfm1uZUKDA",
  "members": [
    {
      "role": "Owner",
      "inviteDate": 1490042016548,
      "inviteStatus": "Accepted",
      "orgKey": "agxrLmNvbQw",
      "displayName": "Oscar",
      "fullName": "Oscar The Grouch",
      "email": "oscar@streak.com",
      "image": "https://lh5.googleusercontent.com/photo.jpg",
      "userKey": "agxzfm1uZUKDA"
    }
  ],
  "name": "oscar@streak.com's Team",
  "key": "agxzfCIvJO1pQgM",
  "lastSavedTimestamp": 1490042016549
}