Get Team
/teams/{id}
Get a single team.
Get Question [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"item": {
"id": 755,
"name": "Quality Control",
"accountIds": [
42476,
19769
],
"userIds": [
2228,
2231
],
"formTemplateIds": [
4178,
4179,
4180,
4185
],
"folderTypeIds": [
604,
606
]
}
}