Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
AppEventSubscriptionsAccessor
Class AppEventSubscriptionsAccessor
Hierarchy (
View Summary
)
ElementInstanceListAccessor
<
AppEventSubscription
,
FindAppEventSubscriptionsQuery
,
>
AppEventSubscriptionsAccessor
Index
Constructors
constructor
Methods
find
Properties
client
Constructors
constructor
new
AppEventSubscriptionsAccessor
(
client
:
MembraneApiClient
,
)
:
AppEventSubscriptionsAccessor
Parameters
client
:
MembraneApiClient
Returns
AppEventSubscriptionsAccessor
Methods
find
find
(
query
?:
FindAppEventSubscriptionsQuery
,
)
:
Promise
<
PaginationResponse
<
{
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
appEventType
?:
{
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
}
;
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
;
}
;
}
,
>
,
>
Parameters
Optional
query
:
FindAppEventSubscriptionsQuery
Returns
Promise
<
PaginationResponse
<
{
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
appEventType
?:
{
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
}
;
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
;
}
;
}
,
>
,
>
Properties
Protected
client
client
:
MembraneApiClient
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
Properties
client
Console
SDK
REST API
Membrane React - v0.6.0
Loading...