Sorry, no results found for "".

Show examples in:
Javascript HTTP
Resource info

Content Management API > Plan

Plan

Stores the information regarding the current plan for the project.

Object payload

id string

ID of plan

Example: "124"
type string

Must be exactly "site_plan".

attributes.name string

The name of the plan

Example: "Basic"
attributes.active boolean

Whether this plan is active or legacy

attributes.custom_domain boolean

Whether custom domain can be enabled or not

attributes.users null, integer

Number of users that can be invited

Example: 2
attributes.indexable_pages null, integer

Number of indexable pages

Example: 1000
attributes.build_triggers null, integer

Number of build triggers

Example: 4
attributes.plugins null, integer

Number of plugins

Example: 4
attributes.webhooks null, integer

Number of webhooks

Example: 15
attributes.items null, integer

Number of records allowed

Example: 5000
attributes.monthly_price integer

Monthly price

Example: 19
attributes.yearly_price integer

Yearly price

Example: 189
attributes.uploadable_bytes null, integer

Uploadable bytes

Example: 1073741824
attributes.history_resolution_minutes integer

Period (in minutes) in which bursts of changes made to the same record by the same user (or API token) will be grouped into a single one

Example: 15
attributes.traffic_bytes null, integer

Amount of asset data transferred between our Asset CDN and GraphQL Content Delivery API and content consumers

Example: 1073741824
attributes.api_calls null, integer

The number of requests made to both our Content Management and Content Delivery APIs

Example: 100000
attributes.mux_streaming_seconds null, integer

The number of streaming seconds delivered by Mux.com

Example: 3600
attributes.mux_encoding_seconds null, integer

The number of available encoding seconds to Mux.com

Example: 3600
attributes.access_tokens null, integer

The number of different API tokens you can generate, each which different permissions

Example: 10
attributes.roles null, integer

Number of roles allowed

Example: 10
attributes.locales null, integer

Number of locales allowed

Example: 10
attributes.sandbox_environments null, integer

Number of sandbox environments allowed

Example: 2
attributes.item_types null, integer

Number of models allowed

Example: 25
attributes.item_locking boolean

Whether collaboration features are enabled or not

attributes.white_label boolean

Whether project is in white-label mode or not

attributes.sso boolean

Whether Single Sign-On feature is enabled or not

attributes.advanced_media_area boolean

Whether built-in image editor and smart-tagging is enabled or not

attributes.blocks_per_item integer

Maximum number of blocks a record can contain

Example: 200
attributes.blocks_depth integer

Maximum level of block nesting for a record

Example: 3
attributes.video boolean

Whether video streaming with Mux.com is enabled or not

attributes.history_retention_days integer, null

Days of version history retention

Example: 30
attributes.otp boolean

Whether two-factor authentication can be enabled or not

attributes.extra_packets object

Available extra packets

Example: { users: { amount_per_packet: 1, price: 10 }, locales: { amount_per_packet: 1, price: 10 }, item_types: { amount_per_packet: 1, price: 10 }, roles: { amount_per_packet: 1, price: 10 }, build_triggers: { amount_per_packet: 1, price: 10 }, access_tokens: { amount_per_packet: 1, price: 10 }, mux_encoding_seconds: { amount_per_packet: 1000, price: 10 }, sandbox_environments: { amount_per_packet: 1, price: 10 }, }
users object
amount_per_packet integer
price integer
locales object
amount_per_packet integer
price integer
item_types object
amount_per_packet integer
price integer
roles object
amount_per_packet integer
price integer
build_triggers object
amount_per_packet integer
price integer
access_tokens object
amount_per_packet integer
price integer
mux_encoding_seconds object
amount_per_packet integer
price integer
sandbox_environments object
amount_per_packet integer
price integer
attributes.auto_packets object

Automatic packets

Example: { api_calls: { amount_per_packet: 250000, price: 9 }, traffic_bytes: { amount_per_packet: 161061273600, price: 29 }, mux_streaming_seconds: { amount_per_packet: 250000, price: 29 }, }
traffic_bytes object
amount_per_packet integer
price integer
api_calls object
amount_per_packet integer
price integer
mux_streaming_seconds object
amount_per_packet integer
price integer
attributes.workflows boolean

Whether workflows are enabled or not

attributes.workflows_count integer

Number of workflows allowed

Example: 10
attributes.audit_log boolean

Whether audit logs are enabled or not

attributes.translator_roles boolean

Whether translator roles are enabled or not

attributes.concurrent_realtime_connections integer

Maximum number of clients connected at the same time to the Realtime Updates API. The limit is per-project

Example: 500
attributes.static_webhooks_ip boolean

Whether or not use a static IP when sending webhooks

attributes.maximum_single_upload_bytes integer

Maximum size in bytes for a single file upload

Example: 1073741824
attributes.gql_complexity integer

The maximum GraphQL query complexity a client can perform on our CDA.

Example: 10000000
attributes.visual_editing boolean

Whether visual editing is enabled or not

attributes.item_size_bytes integer

Maximum size (in bytes) for a record, including its block records

Example: 307200