Public
Teams
Get company teams
get/v1/public/teams
Query parameters
withDeletedboolean
if true, deleted teams are also returned
Response
Example response
[
{
"names": {
"en": "customer service",
"fr": "service client"
},
"custom": {
"key1": "value1",
"key2": "value2"
}
}
]Changes
No recorded changes to this endpoint across all 2 revisions of this API.