v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get All Teams

get/teams/summary

Query parameters

filter.team_namestring
filter.user_uidstring
filter.keywordstring
filter.is_deletedboolean
filter.team_uidstring
filter.user_keywordstring
filter.skillset_uidstring

Multiple skillset_uid comma separated

filter.custom_fieldstring
filter.updated_at_fromstring date
filter.updated_at_tostring date
filter.business_unitstring

Multiple trade type uid comma separated

filter.is_dispatchableboolean

Response

200

typestring
total_recordsinteger
current_pageinteger
total_pagesinteger

Example response

{
  "type": "success",
  "data": [
    {
      "team_uid": "18cada40-021b-11e8-8127-43a5add1a9e2",
      "team_name": "SF Team",
      "team_color": "#3498db",
      "team_description": "This team covers 603211, 603222, 603223",
      "is_active": true,
      "created_at": "2018-01-25T22:00:03.000Z",
      "updated_at": "2023-10-12T11:24:19.000Z"
    }
  ],
  "total_records": 44,
  "current_page": 1,
  "total_pages": 5
}