Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
AppEventTypesAccessor
Class AppEventTypesAccessor
Hierarchy (
View Summary
)
ElementListAccessor
<
BaseAppEventType
,
FindAppEventTypesQuery
,
CreateAppEventTypeRequest
,
>
AppEventTypesAccessor
Index
Constructors
constructor
Methods
find
find
All
create
Constructors
constructor
new
AppEventTypesAccessor
(
client
:
MembraneApiClient
)
:
AppEventTypesAccessor
Parameters
client
:
MembraneApiClient
Returns
AppEventTypesAccessor
Methods
find
find
(
query
?:
FindAppEventTypesQuery
,
)
:
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
;
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
;
}
,
>
,
>
Parameters
Optional
query
:
FindAppEventTypesQuery
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
;
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
;
}
,
>
,
>
find
All
findAll
(
query
?:
Omit
<
FindAppEventTypesQuery
,
"limit"
>
,
)
:
Promise
<
{
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
;
}
[]
,
>
Parameters
Optional
query
:
Omit
<
FindAppEventTypesQuery
,
"limit"
>
Returns
Promise
<
{
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
;
}
[]
,
>
create
create
(
data
:
CreateAppEventTypeRequest
,
)
:
Promise
<
{
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
;
}
,
>
Parameters
data
:
CreateAppEventTypeRequest
Returns
Promise
<
{
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
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
find
All
create
Console
SDK
REST API
Membrane React - v0.6.0
Loading...