# API: Get Client Team

# getClientTeam

Get Client Team details

# Required parameters

Parameter Description
id Team Id

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getClientTeam&id=ID

# PHP Samples

# Response

{
    "success": true,
    "team": {
        "id": 2,
        "parent_id": 1,
        "team_id": 2,
        "code": "fc58eb92-08f8-4daa-bfae-246e45d586a2",
        "name": "alfa",
        "description": "",
        "privileges": false,
        "notifications": "0",
        "status": "Active",
        "created_at": "2024-04-15 03:18:28",
        "updated_at": "2024-04-15 03:51:23",
        "contacts": [
            47
        ]
    },
    "call": "getClientTeam",
    "server_time": 1713180195
}
Last Updated: 4/22/2024, 2:44:57 PM