Search
Preparing search index...
The search index is not available
contentful-management.js - v5.26.5
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
Environment
Interface Environment
Hierarchy
EnvironmentProps
ContentfulEnvironmentAPI
DefaultElements
<
EnvironmentProps
&
MetaSys
>
MetaSys
<
MetaSysProps
>
Environment
Index
Properties
name
sys
Methods
create
App
Installation
create
Asset
create
Asset
From
Files
create
Asset
With
Id
create
Content
Type
create
Content
Type
With
Id
create
Entry
create
Entry
With
Id
create
Locale
create
UiExtension
create
UiExtension
With
Id
create
Upload
delete
get
App
Installation
get
App
Installations
get
Asset
get
Assets
get
Content
Type
get
Content
Type
Snapshots
get
Content
Types
get
Editor
Interface
For
Content
Type
get
Entries
get
Entry
get
Entry
Snapshots
get
Locale
get
Locales
get
UiExtension
get
UiExtensions
get
Upload
to
Plain
Object
Properties
name
name
:
string
sys
sys
:
MetaSysProps
Methods
create
App
Installation
create
App
Installation
(
id
:
string
, data
:
AppInstallationProps
)
:
Promise
<
AppInstallation
>
Parameters
id:
string
data:
AppInstallationProps
Returns
Promise
<
AppInstallation
>
create
Asset
create
Asset
(
data
:
AssetProps
)
:
Promise
<
Asset
>
Parameters
data:
AssetProps
Returns
Promise
<
Asset
>
create
Asset
From
Files
create
Asset
From
Files
(
data
:
AssetFileProp
)
:
Promise
<
Asset
>
Parameters
data:
AssetFileProp
Returns
Promise
<
Asset
>
create
Asset
With
Id
create
Asset
With
Id
(
id
:
string
, data
:
AssetProps
)
:
Promise
<
Asset
>
Parameters
id:
string
data:
AssetProps
Returns
Promise
<
Asset
>
create
Content
Type
create
Content
Type
(
data
:
ContentTypeProps
)
:
Promise
<
ContentType
>
Parameters
data:
ContentTypeProps
Returns
Promise
<
ContentType
>
create
Content
Type
With
Id
create
Content
Type
With
Id
(
id
:
string
, data
:
ContentTypeProps
)
:
Promise
<
ContentType
>
Parameters
id:
string
data:
ContentTypeProps
Returns
Promise
<
ContentType
>
create
Entry
create
Entry
(
contentTypeId
:
string
, data
:
EntryProp
)
:
Promise
<
Entry
>
Parameters
contentTypeId:
string
data:
EntryProp
Returns
Promise
<
Entry
>
create
Entry
With
Id
create
Entry
With
Id
(
contentTypeId
:
string
, id
:
string
, data
:
EntryProp
)
:
Promise
<
Entry
>
Parameters
contentTypeId:
string
id:
string
data:
EntryProp
Returns
Promise
<
Entry
>
create
Locale
create
Locale
(
data
:
CreateLocaleProps
)
:
Promise
<
Locale
>
Parameters
data:
CreateLocaleProps
Returns
Promise
<
Locale
>
create
UiExtension
create
UiExtension
(
data
:
UIExtensionProps
)
:
Promise
<
UIExtension
>
Parameters
data:
UIExtensionProps
Returns
Promise
<
UIExtension
>
create
UiExtension
With
Id
create
UiExtension
With
Id
(
id
:
string
, data
:
UIExtensionProps
)
:
Promise
<
UIExtension
>
Parameters
id:
string
data:
UIExtensionProps
Returns
Promise
<
UIExtension
>
create
Upload
create
Upload
(
data
:
{
file
:
string
|
ArrayBuffer
|
Stream
}
)
:
Promise
<
Upload
>
Parameters
data:
{
file
:
string
|
ArrayBuffer
|
Stream
}
file
:
string
|
ArrayBuffer
|
Stream
Returns
Promise
<
Upload
>
delete
delete
(
)
:
Promise
<
{}
>
Returns
Promise
<
{}
>
get
App
Installation
get
App
Installation
(
id
:
string
)
:
Promise
<
AppInstallation
>
Parameters
id:
string
Returns
Promise
<
AppInstallation
>
get
App
Installations
get
App
Installations
(
)
:
Promise
<
Collection
<
AppInstallation
>
>
Returns
Promise
<
Collection
<
AppInstallation
>
>
get
Asset
get
Asset
(
id
:
string
, query
?:
Record
<
string
,
any
>
)
:
Promise
<
Asset
>
Parameters
id:
string
Optional
query:
Record
<
string
,
any
>
Returns
Promise
<
Asset
>
get
Assets
get
Assets
(
query
?:
Record
<
string
,
any
>
)
:
Promise
<
Collection
<
Asset
>
>
Parameters
Optional
query:
Record
<
string
,
any
>
Returns
Promise
<
Collection
<
Asset
>
>
get
Content
Type
get
Content
Type
(
id
:
string
)
:
Promise
<
ContentType
>
Parameters
id:
string
Returns
Promise
<
ContentType
>
get
Content
Type
Snapshots
get
Content
Type
Snapshots
(
contentTypeId
:
string
, query
?:
QueryOptions
)
:
Promise
<
Collection
<
Snapshot
<
ContentTypeProps
>
>
>
Parameters
contentTypeId:
string
Optional
query:
QueryOptions
Returns
Promise
<
Collection
<
Snapshot
<
ContentTypeProps
>
>
>
get
Content
Types
get
Content
Types
(
object
?:
QueryOptions
)
:
Promise
<
Collection
<
ContentType
>
>
Parameters
Optional
object:
QueryOptions
Returns
Promise
<
Collection
<
ContentType
>
>
get
Editor
Interface
For
Content
Type
get
Editor
Interface
For
Content
Type
(
contentTypeId
:
string
)
:
Promise
<
EditorInterface
>
Parameters
contentTypeId:
string
Returns
Promise
<
EditorInterface
>
get
Entries
get
Entries
(
object
?:
QueryOptions
)
:
Promise
<
Collection
<
Entry
>
>
Parameters
Optional
object:
QueryOptions
Returns
Promise
<
Collection
<
Entry
>
>
get
Entry
get
Entry
(
id
:
string
)
:
Promise
<
Entry
>
Parameters
id:
string
Returns
Promise
<
Entry
>
get
Entry
Snapshots
get
Entry
Snapshots
(
id
:
string
)
:
Promise
<
Collection
<
Snapshot
<
EntryProp
>
>
>
Parameters
id:
string
Returns
Promise
<
Collection
<
Snapshot
<
EntryProp
>
>
>
get
Locale
get
Locale
(
id
:
string
)
:
Promise
<
Locale
>
Parameters
id:
string
Returns
Promise
<
Locale
>
get
Locales
get
Locales
(
)
:
Promise
<
Collection
<
Locale
>
>
Returns
Promise
<
Collection
<
Locale
>
>
get
UiExtension
get
UiExtension
(
id
:
string
)
:
Promise
<
UIExtension
>
Parameters
id:
string
Returns
Promise
<
UIExtension
>
get
UiExtensions
get
UiExtensions
(
)
:
Promise
<
Collection
<
UIExtension
>
>
Returns
Promise
<
Collection
<
UIExtension
>
>
get
Upload
get
Upload
(
id
:
string
)
:
Promise
<
Upload
>
Parameters
id:
string
Returns
Promise
<
Upload
>
to
Plain
Object
to
Plain
Object
(
)
:
EnvironmentProps
&
MetaSys
Returns
EnvironmentProps
&
MetaSys
Globals
Environment
name
sys
create
App
Installation
create
Asset
create
Asset
From
Files
create
Asset
With
Id
create
Content
Type
create
Content
Type
With
Id
create
Entry
create
Entry
With
Id
create
Locale
create
UiExtension
create
UiExtension
With
Id
create
Upload
delete
get
App
Installation
get
App
Installations
get
Asset
get
Assets
get
Content
Type
get
Content
Type
Snapshots
get
Content
Types
get
Editor
Interface
For
Content
Type
get
Entries
get
Entry
get
Entry
Snapshots
get
Locale
get
Locales
get
UiExtension
get
UiExtensions
get
Upload
to
Plain
Object