List of teams
Header parameters
x-dq-enterprise-api-keystringRequired
Enterprise API key
Responses
200
OK
application/json
teamIdstringRequired
Unique identifier of the team
creationDatestring · date-timeRequiredExample:
Creation date of the team
2024-10-28T20:12:53.191+0000statusstring · enumRequiredPossible values:
Current status of the team
401
Unauthorized
get/teams
GET /v1/enterprise/teams HTTP/1.1
Host: service.drivequant.com
x-dq-enterprise-api-key: text
Accept: */*
[
{
"teamId": "b391a26a-a9d8-4e96-a36b-76db0c0f6703",
"creationDate": "2024-10-28T20:12:53.191+0000",
"status": "ENABLED"
},
{
"teamId": "24f1da88-e6e9-42a3-b833-92898726ae32",
"creationDate": "2024-10-22T20:12:53.191+0000",
"status": "DISABLED"
}
]Response
Name
Type
Description
Last updated
Was this helpful?

