A comment that describes this bundle
List of all the files that are in this bundle
System metadata
Link to an AppBundle
Locations where the app can be installed
App name
Instance parameter definitions
URL where the root HTML document of the app can be found
System metadata
An Icon that represents the App
System metadata
Free-form installation parameters (API limits stringified length to 16kB)
new headers to be included in the request
System metadata
The last four characters of the signing secret
System metadata
A JWT describing a policy; needs to be attached to signed URLs
A secret key to be used for signing URLs
Description for this asset
File object for this asset
Details for the file, depending on file type (example: image size in bytes, etc)
Url where the file is available to be downloaded from, into the Contentful asset system. After the asset is processed this field is gone.
Url where the file is available at the Contentful media asset system. This field won't be available until the asset is processed.
Title for this asset
Field used as the main display field for Entries
All the fields contained in this Content Type
An Icon that represents the App
optional stringified body of the request
optional headers of the request
the request method
the path of the request method
A 64 character matching the regular expression /^[0-9a-zA-Z+/=_-]+$/
(required) UNIX timestamp in the future (but not more than 48 hours from now)
Array of fields and their associated widgetId
Legacy singular editor override
Array of editor layout field groups
Array of editors. Defaults will be used if property is missing.
Array of field groups and their associated widgetId
Array of sidebar widgets. Defaults will be used if property is missing.
System meta data
Name of the environment
System metadata
String will be in ISO8601 datetime format e.g. 2013-06-26T13:57:24Z
Locale code (example: en-us)
If the content under this locale should be available on the CDA (for public reading)
If the content under this locale should be available on the CMA (for editing)
If this is the default locale
Locale code to fallback to when there is not content for the current locale
Internal locale code
Locale name
If the locale needs to be filled in on entries or not
Role
status
System metadata
Name
System metadata
Permissions for application sections
The Contentful-style error that occurred during execution if sys.status is failed
A valid IANA timezone Olson identifier
an ISO8601 date string representing when an action was moved to canceled
an ISO8601 date string representing when an action was updated
User is an admin
Array of Role Links
Is admin
Organization membership id
System metadata
Description of the team
Name of the team
System metadata
Is admin
Roles
System metadata
Field types where an extension can be used
Extension name
Parameter definitions
Controls the location of the extension. If true it will be rendered on the sidebar instead of replacing the field's editing control
URL where the root HTML document of the extension can be found
String representation of the extension (e.g. inline HTML code)
Values for installation parameters
System metadata
Range of usage
Type of usage
System metadata
Unit of usage metric
Value of the usage
Usage per day
Activation flag
Url to the users avatar
User confirmation flag
Email address of the user
First name of the user
Last name of the user
Number of sign ins
System metadata
Webhook filters
Headers that should be appended to the webhook request
Password for basic http auth
Username for basic http auth
Webhook name
System metadata
Topics the webhook wants to subscribe to
Transformation to apply
Webhook url
Create a client instance
Client initialization parameters
const client = contentfulManagement.createClient({
accessToken: 'myAccessToken'
})
Contentful Management API SDK. Allows you to create instances of a client with access to the Contentful Content Management API.