Overview 7
GET
/admin/team/overview
curl \
--request GET 'https://sandbox.serchservice.com/api/v1/admin/team/overview'
Response examples (200)
{
"status": "100 CONTINUE",
"code": 42,
"message": "string",
"data": {
"overview": [
{
"header": "string",
"count": "string",
"feature": "string"
}
],
"teams": [
{
"header": "string",
"count": "string",
"feature": "string"
}
],
"activities": [
{
"id": 42,
"activity": "string",
"associated": "string",
"tag": "string",
"label": "string",
"header": "string",
"createdAt": "2025-05-04T09:42:00Z",
"updatedAt": "2025-05-04T09:42:00Z"
}
],
"structure": {
"id": "string",
"name": "string",
"position": "string",
"image": "string",
"role": "USER",
"children": [
{}
]
}
}
}