Get integration instance
GET/v1/integration/:projectName/:integrationId
Get integration instance
Request
Path Parameters
integrationId int64required
integrationId
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
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-07T13:47:26.428Z",
"creator": "string",
"enabled": true,
"id": 0,
"integrationParameters": {},
"integrationType": {
"authFlow": "OAUTH",
"creationDate": "2024-10-07T13:47:26.428Z",
"details": {},
"enabled": true,
"groupType": "string",
"name": "string",
"type": 0
},
"name": "string",
"projectId": 0
}
Loading...