Teams Get
GET {{apiBaseUrl}}/v1/teams/list?teamdId={{teamId}}
This API is used to fetch the details of the team. Team details like team name, users, created date, modified date, etc., can be retrieved.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
teamdId | string | The ID of the team to retrieve. |
RESPONSES
status: OK
{"pageDetails":{"pageSize":10,"page":1},"results":[{"teamName":"Sales","teamId":"8133be3f-157f-4a8f-97fb-c2ab974186d7","createdDate":1695304557,"modifiedDate":1721716172}]}