Get available global integrations
GET/v1/integration/global/all
Get available global integrations
Request
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
creationDate date-time
creator string
enabled boolean
id int64
integrationParameters
object
integrationType
object
authFlow string
Possible values: [OAUTH
, BASIC
, TOKEN
, FORM
, LDAP
]
creationDate date-time
details
object
enabled boolean
groupType string
name string
type int64
name string
projectId int64
[
{
"creationDate": "2024-10-01T12:00:40.902Z",
"creator": "string",
"enabled": true,
"id": 0,
"integrationParameters": {},
"integrationType": {
"authFlow": "OAUTH",
"creationDate": "2024-10-01T12:00:40.902Z",
"details": {},
"enabled": true,
"groupType": "string",
"name": "string",
"type": 0
},
"name": "string",
"projectId": 0
}
]
Loading...