Team retrieval
GET/companies/:companyID/:companyId/teams/:teamName
Team retrieval
Request
Path Parameters
teamName stringrequired
Responses
- 200
the team information
- application/json
- Schema
- Example (from schema)
Schema
name stringrequired
descritpion string
{
"name": "interns",
"descritpion": "a team of interns"
}
Loading...