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