List Integrations
GET {{baseUrl}}/v2/integrations?type=<string>&teamId=<string>&teamName=<string>
Returns list of integrations with given parameters
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | Type of the integration (For instance, "API" for API Integration). If type parameter is given, the result will be filtered by type | |
teamId | string | The ID of the team. If the team ID parameter is given, the result will be filtered by teamId | |
teamName | string | The name of the team. If the team name parameter is given, the result will be filtered by teamName |
RESPONSES
status: OK
{"requestId":"in ipsum","took":0,"data":[{"id":"velit laborum","name":"dolor enim quis","enabled":true,"type":"ex","teamId":"eiusmod ullamco"},{"id":"velit anim","name":"aliqua","enabled":true,"type":"laborum irure officia incididunt Duis","teamId":"do Duis deserunt sed"}]}