/teams/groups
GET
/teams/groupsRequest
Request samples
Responses
OK(200)
Bad Request(400)
413(413)
415(415)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
id
string <uuid>
required
name
string
required
teamId
string <uuid>
required
Example
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec"
}
]
Last modified: 11 days ago