Get Many Teams
Bad Request
Unauthorized
Forbidden
Internal server error
{- "status": "ok",
- "data": [
- {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "Team 1",
- "description": "string",
- "bgColor": "#dee9fe",
- "fgColor": "#032f83"
}
], - "total": 500,
- "count": 50,
- "offset": 50,
- "relations": { }
}Create One Team
Bad Request
Unauthorized
Forbidden
Internal server error
{- "name": "Team 1",
- "description": "string",
- "bgColor": "#dee9fe",
- "fgColor": "#032f83"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "Team 1",
- "description": "string",
- "bgColor": "#dee9fe",
- "fgColor": "#032f83"
}
}Get One Team
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "Team 1",
- "description": "string",
- "bgColor": "#dee9fe",
- "fgColor": "#032f83"
}, - "relations": { }
}Update One Team
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "Team 1",
- "description": "string",
- "bgColor": "#dee9fe",
- "fgColor": "#032f83"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "Team 1",
- "description": "string",
- "bgColor": "#dee9fe",
- "fgColor": "#032f83"
}
}Replace One Team
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "Team 1",
- "description": "string",
- "bgColor": "#dee9fe",
- "fgColor": "#032f83"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "Team 1",
- "description": "string",
- "bgColor": "#dee9fe",
- "fgColor": "#032f83"
}
}