Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
ExternalEventSubscriptionsAccessor
Class ExternalEventSubscriptionsAccessor
Hierarchy (
View Summary
)
ElementInstanceListAccessor
<
ExternalEventSubscription
,
FindExternalEventSubscriptionsQuery
,
>
ExternalEventSubscriptionsAccessor
Index
Constructors
constructor
Properties
client
Methods
find
Constructors
constructor
new
ExternalEventSubscriptionsAccessor
(
client
:
MembraneApiClient
,
)
:
ExternalEventSubscriptionsAccessor
Parameters
client
:
MembraneApiClient
Returns
ExternalEventSubscriptionsAccessor
Properties
Protected
client
client
:
MembraneApiClient
Methods
find
find
(
query
?:
FindExternalEventSubscriptionsQuery
,
)
:
Promise
<
PaginationResponse
<
{
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
connection
?:
{
name
:
string
;
userId
:
string
;
isTest
?:
boolean
;
disconnected
?:
boolean
;
isDefunct
?:
boolean
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
error
?:
ErrorDataSchema
;
integrationId
:
string
;
authOptionKey
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
lastActiveAt
?:
string
;
nextCredentialsRefreshAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
meta
?:
Record
<
string
,
any
>
;
id
:
string
;
}
;
integration
?:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
id
:
string
;
name
?:
string
;
userId
:
string
;
connectionId
:
string
;
integrationId
:
string
;
config
?:
{
type
:
ExternalEventSubscriptionType
;
dataSource
?:
{
key
?:
string
;
collectionKey
?:
any
;
collectionParameters
?:
any
;
udm
?:
any
;
path
?:
string
;
pullUpdatesIntervalSeconds
?:
number
;
fullSyncIntervalSeconds
?:
number
;
}
;
eventKey
?:
string
;
eventParameters
?:
any
;
}
;
status
?:
Subscribed
|
Unsubscribed
|
Error
;
error
?:
ErrorDataSchema
;
isRealTime
?:
boolean
;
requiresPull
?:
boolean
;
requiresFullSync
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
stateData
?:
any
;
nextPullEventsTimestamp
?:
number
;
pullUpdatesIntervalSeconds
?:
number
;
fullSyncIntervalSeconds
?:
number
;
nextRefreshTimestamp
?:
number
;
globalWebhookKey
?:
string
;
globalWebhookEventSelector
?:
string
;
}
,
>
,
>
Parameters
Optional
query
:
FindExternalEventSubscriptionsQuery
Returns
Promise
<
PaginationResponse
<
{
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
connection
?:
{
name
:
string
;
userId
:
string
;
isTest
?:
boolean
;
disconnected
?:
boolean
;
isDefunct
?:
boolean
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
error
?:
ErrorDataSchema
;
integrationId
:
string
;
authOptionKey
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
lastActiveAt
?:
string
;
nextCredentialsRefreshAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
meta
?:
Record
<
string
,
any
>
;
id
:
string
;
}
;
integration
?:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
id
:
string
;
name
?:
string
;
userId
:
string
;
connectionId
:
string
;
integrationId
:
string
;
config
?:
{
type
:
ExternalEventSubscriptionType
;
dataSource
?:
{
key
?:
string
;
collectionKey
?:
any
;
collectionParameters
?:
any
;
udm
?:
any
;
path
?:
string
;
pullUpdatesIntervalSeconds
?:
number
;
fullSyncIntervalSeconds
?:
number
;
}
;
eventKey
?:
string
;
eventParameters
?:
any
;
}
;
status
?:
Subscribed
|
Unsubscribed
|
Error
;
error
?:
ErrorDataSchema
;
isRealTime
?:
boolean
;
requiresPull
?:
boolean
;
requiresFullSync
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
stateData
?:
any
;
nextPullEventsTimestamp
?:
number
;
pullUpdatesIntervalSeconds
?:
number
;
fullSyncIntervalSeconds
?:
number
;
nextRefreshTimestamp
?:
number
;
globalWebhookKey
?:
string
;
globalWebhookEventSelector
?:
string
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
Methods
find
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...