Contentstack introduces the Agentic Experience Platform | Press release
Contentstack introduces the Agentic Experience Platform | Press release
Contentstack.comAcademyLogin
CS-log-dark.svgCS-log-dark.svg
  • Changelog
  • APIs
  • SDKs
  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing
  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases
  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP
  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support
  • Overview
  • Find a partner
  • Login
  • About us
  • News
  • Customer support portal
  • Contact
  • Facebook
  • LinkedIn
  • Instagram
  • GitHub
  • YouTube
  • Discord
  • X

Platform

  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing

Solutions

  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases

Resources

  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP

Customers

  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support

Partners

  • Overview
  • Find a partner
  • Login

Company

  • About us
  • News
  • Customer support portal
  • Contact

Social

  • Facebook
  • LinkedIn
  • Instagram
  • GitHub
  • YouTube
  • Discord
  • X
LegalTermsPrivacyTrust Center

Cookie settings

Copyright © 2026 Contentstack Inc. All rights reserved.

AI Assistant

infoAI responses may contain mistakes.
Contentstack introduces the Agentic Experience Platform | Press release
Contentstack introduces the Agentic Experience Platform | Press release
Contentstack.comAcademyLogin
CS-log-dark.svgCS-log-dark.svg
  • Changelog
  • APIs
  • SDKs
  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing
  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases
  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP
  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support
  • Overview
  • Find a partner
  • Login
  • About us
  • News
  • Customer support portal
  • Contact
  • Facebook
  • LinkedIn
  • Instagram
  • GitHub
  • YouTube
  • Discord
  • X

Platform

  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing

Solutions

  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases

Resources

  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP

Customers

  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support

Partners

  • Overview
  • Find a partner
  • Login

Company

  • About us
  • News
  • Customer support portal
  • Contact

Social

  • Facebook
  • LinkedIn
  • Instagram
  • GitHub
  • YouTube
  • Discord
  • X
LegalTermsPrivacyTrust Center

Cookie settings

Copyright © 2026 Contentstack Inc. All rights reserved.
/
  1. Home
  2. APIs
  3. Content Delivery API
  4. Content Types

Content Types

markdownView as Markdown

Content type defines the structure or schema of a page or a section of your web or mobile property. To create content for your application, you are required to first create a content type, and then create entries using the content type.

Additional ResourceTo get an idea of building your content type as per webpage’s layout, we recommend you to check out our Content Modeling guide.

You can now pass the branch header in the API request to fetch or manage modules located within specific branches of the stack.

NoteBranches is a plan-based feature that is available only in the new Contentstack interface.

Additionally, you can also set the include_branch query parameter to true to include the _branch top-level key in the response. This key specifies the unique ID of the branch where the concerned Contentstack module resides.

Get all content types

GEThttps://cdn.contentstack.io/v3/content_types?include_count={boolean_value}

The Get all content types call returns comprehensive information of all the content types available in a particular stack in your account.

When executing the API call, you can add queries to extend the functionality of this API call.

TipIf any of your content types contains a Global field and you wish to fetch the content schema of the Global field, then you need to pass theinclude_global_field_schema:true parameter. This parameter helps return the Global field's schema along with the content type schema.

To query your content types, under the Query Parameters section, insert a parameter named query and provide the query in JSON format as the value. To learn more about the queries, refer to the Queries section of the Content Delivery API doc.

NoteThis API request will return a maximum of 100 content types. To retrieve the next batch of content types, make use of the skip parameter (or refer Pagination for more details).

Sample Response
Status|200 OK
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
{
  "content_types": [
    {
      "created_at": "2019-08-16T08:18:56.914Z",
      "updated_at": "2019-08-16T08:18:58.736Z",
      "title": "Product",
      "uid": "product",
      "_version": 2,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": false,
          "unique": false,
          "field_metadata": {
            "_default": true,
            "instruction": "Product Name",
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "display_name": "URL",
          "uid": "url",
          "data_type": "text",
          "mandatory": false,
          "field_metadata": {
            "_default": true,
            "version": 3
          },
          "multiple": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Description",
          "uid": "description",
          "field_metadata": {
            "allow_rich_text": true,
            "description": "",
            "multiline": false,
            "rich_text_type": "advanced",
            "version": 3
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "number",
          "display_name": "Size (in GB)",
          "uid": "size",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Color",
          "uid": "color",
          "field_metadata": {
            "description": "",
            "default_value": "",
            "version": 3
          },
          "format": "",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "file",
          "display_name": "Images",
          "uid": "images",
          "field_metadata": {
            "description": "",
            "rich_text_type": "standard",
            "image": true
          },
          "multiple": true,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "reference",
          "display_name": "Categories",
          "reference_to": [
            "category"
          ],
          "field_metadata": {
            "ref_multiple": true,
            "ref_multiple_content_types": true
          },
          "uid": "categories",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "number",
          "display_name": "Price in USD",
          "uid": "price_in_usd",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "reference",
          "display_name": "Brand",
          "reference_to": [
            "brand"
          ],
          "field_metadata": {
            "ref_multiple": false,
            "ref_multiple_content_types": true
          },
          "uid": "brand",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "isodate",
          "display_name": "Launch Date",
          "uid": "launch_date",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "endDate": null,
          "startDate": null,
          "non_localizable": false
        },
        {
          "data_type": "boolean",
          "display_name": "instock",
          "uid": "instock",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "blocks",
          "display_name": "Additional Info",
          "blocks": [
            {
              "title": "Related Products",
              "uid": "related_products",
              "schema": [
                {
                  "data_type": "reference",
                  "display_name": "Products",
                  "reference_to": [
                    "product"
                  ],
                  "field_metadata": {
                    "ref_multiple": true,
                    "ref_multiple_content_types": true
                  },
                  "uid": "products",
                  "mandatory": false,
                  "multiple": false,
                  "unique": false,
                  "non_localizable": false
                }
              ]
            },
            {
              "title": "Rating",
              "uid": "rating",
              "schema": [
                {
                  "data_type": "number",
                  "display_name": "Stars",
                  "display_type": "dropdown",
                  "enum": {
                    "advanced": false,
                    "choices": [
                      {
                        "value": 1
                      },
                      {
                        "value": 2
                      },
                      {
                        "value": 3
                      },
                      {
                        "value": 4
                      },
                      {
                        "value": 5
                      }
                    ]
                  },
                  "multiple": false,
                  "uid": "stars",
                  "field_metadata": {
                    "description": "",
                    "default_value": ""
                  },
                  "min_instance": null,
                  "max_instance": null,
                  "mandatory": false,
                  "unique": false,
                  "non_localizable": false
                }
              ]
            },
            {
              "title": "Deals",
              "uid": "deals",
              "schema": [
                {
                  "data_type": "text",
                  "display_name": "Deal Name",
                  "display_type": "dropdown",
                  "enum": {
                    "advanced": false,
                    "choices": [
                      {
                        "value": "Summer Deal"
                      },
                      {
                        "value": "Independence Day Deal"
                      },
                      {
                        "value": "Black Friday Deal"
                      },
                      {
                        "value": "Christmas Deal"
                      },
                      {
                        "value": "Deals of the Day"
                      }
                    ]
                  },
                  "multiple": false,
                  "uid": "deal_name",
                  "field_metadata": {
                    "description": "",
                    "default_value": "",
                    "version": 3
                  },
                  "min_instance": null,
                  "max_instance": null,
                  "mandatory": false,
                  "unique": false,
                  "non_localizable": false
                },
                {
                  "data_type": "text",
                  "display_name": "Deal Details",
                  "uid": "deal_details",
                  "field_metadata": {
                    "description": "",
                    "default_value": "",
                    "multiline": true,
                    "version": 3
                  },
                  "format": "",
                  "error_messages": {
                    "format": ""
                  },
                  "multiple": false,
                  "mandatory": false,
                  "unique": false,
                  "non_localizable": false
                }
              ]
            }
          ],
          "multiple": true,
          "uid": "additional_info",
          "field_metadata": {},
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "group",
          "display_name": "Bank Offers",
          "field_metadata": {},
          "schema": [
            {
              "data_type": "reference",
              "display_name": "Bank",
              "reference_to": [
                "bank"
              ],
              "field_metadata": {
                "ref_multiple": false,
                "ref_multiple_content_types": true
              },
              "uid": "bank",
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            },
            {
              "data_type": "text",
              "display_name": "Card Type",
              "display_type": "dropdown",
              "enum": {
                "advanced": false,
                "choices": [
                  {
                    "value": "Credit Card"
                  },
                  {
                    "value": "Debit Card"
                  }
                ]
              },
              "multiple": true,
              "uid": "card_type",
              "field_metadata": {
                "description": "",
                "default_value": "",
                "version": 3
              },
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            },
            {
              "data_type": "number",
              "display_name": "Discount In Percentage",
              "uid": "discount_in_percentage",
              "field_metadata": {
                "description": "",
                "default_value": ""
              },
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            }
          ],
          "uid": "bank_offers",
          "multiple": true,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {
        "environments": [
          {
            "uid": "blta39a4441696e35e0",
            "details": [
              {
                "locale": "en-us",
                "time": "2019-08-23T13:02:25.439Z"
              }
            ]
          }
        ]
      },
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": true,
        "singleton": false,
        "title": "title",
        "sub_title": [],
        "url_pattern": "/:title",
        "url_prefix": "/mobiles/"
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    },
    {
      "created_at": "2019-08-22T13:56:44.435Z",
      "updated_at": "2019-08-22T13:57:28.865Z",
      "title": "For Synchronization Calls",
      "uid": "for_synchronization_calls",
      "_version": 3,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": true,
          "unique": true,
          "field_metadata": {
            "_default": true,
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "display_name": "URL",
          "uid": "url",
          "data_type": "text",
          "mandatory": false,
          "field_metadata": {
            "_default": true,
            "version": 3
          },
          "multiple": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Single line textbox",
          "uid": "single_line",
          "field_metadata": {
            "description": "",
            "default_value": "",
            "version": 3
          },
          "format": "",
          "error_messages": {
            "format": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {},
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": true,
        "singleton": false,
        "title": "title",
        "sub_title": [],
        "url_pattern": "/:title",
        "url_prefix": "/"
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    },
    {
      "created_at": "2019-08-16T08:18:55.166Z",
      "updated_at": "2019-08-16T08:18:58.680Z",
      "title": "Category",
      "uid": "category",
      "_version": 2,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": false,
          "unique": false,
          "field_metadata": {
            "_default": true,
            "instruction": "Category Name",
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Description",
          "uid": "description",
          "field_metadata": {
            "allow_rich_text": true,
            "description": "",
            "multiline": false,
            "rich_text_type": "advanced",
            "version": 3
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {},
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": false,
        "singleton": false,
        "title": "title",
        "sub_title": []
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    },
    {
      "created_at": "2019-08-16T08:18:55.159Z",
      "updated_at": "2019-08-16T08:18:58.781Z",
      "title": "Brand",
      "uid": "brand",
      "_version": 2,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": false,
          "unique": false,
          "field_metadata": {
            "_default": true,
            "description": "",
            "instruction": "Company Name",
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "data_type": "file",
          "display_name": "Logo",
          "uid": "logo",
          "field_metadata": {
            "description": "",
            "rich_text_type": "standard"
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Description",
          "uid": "description",
          "field_metadata": {
            "allow_rich_text": true,
            "description": "",
            "multiline": false,
            "rich_text_type": "advanced",
            "version": 3
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Website",
          "uid": "website",
          "field_metadata": {
            "description": "",
            "default_value": "",
            "version": 3
          },
          "format": "",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Email",
          "uid": "email",
          "field_metadata": {
            "description": "",
            "default_value": "",
            "version": 3
          },
          "format": "",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "number",
          "display_name": "Phone",
          "uid": "phone",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "group",
          "display_name": "Head Office Address",
          "field_metadata": {},
          "schema": [
            {
              "data_type": "text",
              "display_name": "Street",
              "uid": "street",
              "field_metadata": {
                "description": "",
                "default_value": "",
                "version": 3
              },
              "format": "",
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            },
            {
              "data_type": "text",
              "display_name": "City",
              "uid": "city",
              "field_metadata": {
                "description": "",
                "default_value": "",
                "version": 3
              },
              "format": "",
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            },
            {
              "data_type": "text",
              "display_name": "Country",
              "uid": "country",
              "field_metadata": {
                "description": "",
                "default_value": "",
                "version": 3
              },
              "format": "",
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            }
          ],
          "uid": "head_office_address",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {},
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": false,
        "singleton": false,
        "title": "title",
        "sub_title": []
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    },
    {
      "created_at": "2019-08-16T08:18:55.164Z",
      "updated_at": "2019-08-16T08:18:58.691Z",
      "title": "Bank",
      "uid": "bank",
      "_version": 2,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": false,
          "unique": false,
          "field_metadata": {
            "_default": true,
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "data_type": "file",
          "display_name": "Logo",
          "uid": "logo",
          "extensions": [],
          "field_metadata": {
            "description": "",
            "rich_text_type": "standard"
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {},
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": false,
        "singleton": false,
        "title": "title",
        "sub_title": []
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    }
  ]
}

Get a single content type

GEThttps://cdn.contentstack.io/v3/content_types/{content_type_uid}

This call returns information of a specific content type. It returns the content type schema, but does not include its entries.

Sample Response
Status|200 OK
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
{
  "content_type": {
    "created_at": "2019-08-16T08:18:56.914Z",
    "updated_at": "2019-08-16T08:18:58.736Z",
    "title": "Product",
    "uid": "product",
    "_version": 2,
    "inbuilt_class": false,
    "schema": [
      {
        "display_name": "Title",
        "uid": "title",
        "data_type": "text",
        "mandatory": false,
        "unique": false,
        "field_metadata": {
          "_default": true,
          "instruction": "Product Name",
          "version": 3
        },
        "multiple": false,
        "non_localizable": false
      },
      {
        "display_name": "URL",
        "uid": "url",
        "data_type": "text",
        "mandatory": false,
        "field_metadata": {
          "_default": true,
          "version": 3
        },
        "multiple": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "text",
        "display_name": "Description",
        "uid": "description",
        "field_metadata": {
          "allow_rich_text": true,
          "description": "",
          "multiline": false,
          "rich_text_type": "advanced",
          "version": 3
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "number",
        "display_name": "Size (in GB)",
        "uid": "size",
        "field_metadata": {
          "description": "",
          "default_value": ""
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "text",
        "display_name": "Color",
        "uid": "color",
        "field_metadata": {
          "description": "",
          "default_value": "",
          "version": 3
        },
        "format": "",
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "file",
        "display_name": "Images",
        "uid": "images",
        "field_metadata": {
          "description": "",
          "rich_text_type": "standard",
          "image": true
        },
        "multiple": true,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "reference",
        "display_name": "Categories",
        "reference_to": [
          "category"
        ],
        "field_metadata": {
          "ref_multiple": true,
          "ref_multiple_content_types": true
        },
        "uid": "categories",
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "number",
        "display_name": "Price in USD",
        "uid": "price_in_usd",
        "field_metadata": {
          "description": "",
          "default_value": ""
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "reference",
        "display_name": "Brand",
        "reference_to": [
          "brand"
        ],
        "field_metadata": {
          "ref_multiple": false,
          "ref_multiple_content_types": true
        },
        "uid": "brand",
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "isodate",
        "display_name": "Launch Date",
        "uid": "launch_date",
        "field_metadata": {
          "description": "",
          "default_value": ""
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "endDate": null,
        "startDate": null,
        "non_localizable": false
      },
      {
        "data_type": "boolean",
        "display_name": "instock",
        "uid": "instock",
        "field_metadata": {
          "description": "",
          "default_value": ""
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "blocks",
        "display_name": "Additional Info",
        "blocks": [
          {
            "title": "Related Products",
            "uid": "related_products",
            "schema": [
              {
                "data_type": "reference",
                "display_name": "Products",
                "reference_to": [
                  "product"
                ],
                "field_metadata": {
                  "ref_multiple": true,
                  "ref_multiple_content_types": true
                },
                "uid": "products",
                "mandatory": false,
                "multiple": false,
                "unique": false,
                "non_localizable": false
              }
            ]
          },
          {
            "title": "Rating",
            "uid": "rating",
            "schema": [
              {
                "data_type": "number",
                "display_name": "Stars",
                "display_type": "dropdown",
                "enum": {
                  "advanced": false,
                  "choices": [
                    {
                      "value": 1
                    },
                    {
                      "value": 2
                    },
                    {
                      "value": 3
                    },
                    {
                      "value": 4
                    },
                    {
                      "value": 5
                    }
                  ]
                },
                "multiple": false,
                "uid": "stars",
                "field_metadata": {
                  "description": "",
                  "default_value": ""
                },
                "min_instance": null,
                "max_instance": null,
                "mandatory": false,
                "unique": false,
                "non_localizable": false
              }
            ]
          },
          {
            "title": "Deals",
            "uid": "deals",
            "schema": [
              {
                "data_type": "text",
                "display_name": "Deal Name",
                "display_type": "dropdown",
                "enum": {
                  "advanced": false,
                  "choices": [
                    {
                      "value": "Summer Deal"
                    },
                    {
                      "value": "Independence Day Deal"
                    },
                    {
                      "value": "Black Friday Deal"
                    },
                    {
                      "value": "Christmas Deal"
                    },
                    {
                      "value": "Deals of the Day"
                    }
                  ]
                },
                "multiple": false,
                "uid": "deal_name",
                "field_metadata": {
                  "description": "",
                  "default_value": "",
                  "version": 3
                },
                "min_instance": null,
                "max_instance": null,
                "mandatory": false,
                "unique": false,
                "non_localizable": false
              },
              {
                "data_type": "text",
                "display_name": "Deal Details",
                "uid": "deal_details",
                "field_metadata": {
                  "description": "",
                  "default_value": "",
                  "multiline": true,
                  "version": 3
                },
                "format": "",
                "error_messages": {
                  "format": ""
                },
                "multiple": false,
                "mandatory": false,
                "unique": false,
                "non_localizable": false
              }
            ]
          }
        ],
        "multiple": true,
        "uid": "additional_info",
        "field_metadata": {},
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "group",
        "display_name": "Bank Offers",
        "field_metadata": {},
        "schema": [
          {
            "data_type": "reference",
            "display_name": "Bank",
            "reference_to": [
              "bank"
            ],
            "field_metadata": {
              "ref_multiple": false,
              "ref_multiple_content_types": true
            },
            "uid": "bank",
            "multiple": false,
            "mandatory": false,
            "unique": false,
            "non_localizable": false
          },
          {
            "data_type": "text",
            "display_name": "Card Type",
            "display_type": "dropdown",
            "enum": {
              "advanced": false,
              "choices": [
                {
                  "value": "Credit Card"
                },
                {
                  "value": "Debit Card"
                }
              ]
            },
            "multiple": true,
            "uid": "card_type",
            "field_metadata": {
              "description": "",
              "default_value": "",
              "version": 3
            },
            "mandatory": false,
            "unique": false,
            "non_localizable": false
          },
          {
            "data_type": "number",
            "display_name": "Discount In Percentage",
            "uid": "discount_in_percentage",
            "field_metadata": {
              "description": "",
              "default_value": ""
            },
            "multiple": false,
            "mandatory": false,
            "unique": false,
            "non_localizable": false
          }
        ],
        "uid": "bank_offers",
        "multiple": true,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      }
    ],
    "last_activity": {
      "environments": [
        {
          "uid": "blta39a4441696e35e0",
          "details": [
            {
              "locale": "en-us",
              "time": "2019-08-23T13:02:25.439Z"
            }
          ]
        }
      ]
    },
    "maintain_revisions": true,
    "description": "",
    "DEFAULT_ACL": {
      "others": {
        "read": false,
        "create": false
      },
      "users": [
        {
          "uid": "bltb7dc5be19ed72dd9",
          "read": true,
          "sub_acl": {
            "read": true
          }
        }
      ]
    },
    "SYS_ACL": {
      "roles": [
        {
          "uid": "blt70c41dfd00924e9f",
          "read": true,
          "sub_acl": {
            "create": true,
            "read": true,
            "update": true,
            "delete": true,
            "publish": true
          },
          "update": true,
          "delete": true
        },
        {
          "uid": "blt954756afc76573d1",
          "read": true,
          "sub_acl": {
            "create": true,
            "read": true,
            "update": true,
            "delete": true,
            "publish": true
          },
          "update": true,
          "delete": true
        },
        {
          "uid": "blt5c82a78624ed860d",
          "read": true,
          "sub_acl": {
            "create": true,
            "read": true,
            "update": true,
            "delete": true,
            "publish": true
          }
        }
      ],
      "others": {
        "read": false,
        "create": false,
        "update": false,
        "delete": false,
        "sub_acl": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "publish": false
        }
      }
    },
    "options": {
      "is_page": true,
      "singleton": false,
      "title": "title",
      "sub_title": [],
      "url_pattern": "/:title",
      "url_prefix": "/mobiles/"
    },
    "abilities": {
      "get_one_object": true,
      "get_all_objects": true,
      "create_object": true,
      "update_object": true,
      "delete_object": true,
      "delete_all_objects": true
    }
  }
}
/
  1. Home
  2. APIs
  3. Content Delivery API
  4. Content Types

Content Types

markdownView as Markdown

Content type defines the structure or schema of a page or a section of your web or mobile property. To create content for your application, you are required to first create a content type, and then create entries using the content type.

Additional ResourceTo get an idea of building your content type as per webpage’s layout, we recommend you to check out our Content Modeling guide.

You can now pass the branch header in the API request to fetch or manage modules located within specific branches of the stack.

NoteBranches is a plan-based feature that is available only in the new Contentstack interface.

Additionally, you can also set the include_branch query parameter to true to include the _branch top-level key in the response. This key specifies the unique ID of the branch where the concerned Contentstack module resides.

Get all content types

GEThttps://cdn.contentstack.io/v3/content_types?include_count={boolean_value}

The Get all content types call returns comprehensive information of all the content types available in a particular stack in your account.

When executing the API call, you can add queries to extend the functionality of this API call.

TipIf any of your content types contains a Global field and you wish to fetch the content schema of the Global field, then you need to pass theinclude_global_field_schema:true parameter. This parameter helps return the Global field's schema along with the content type schema.

To query your content types, under the Query Parameters section, insert a parameter named query and provide the query in JSON format as the value. To learn more about the queries, refer to the Queries section of the Content Delivery API doc.

NoteThis API request will return a maximum of 100 content types. To retrieve the next batch of content types, make use of the skip parameter (or refer Pagination for more details).

Sample Response
Status|200 OK
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
{
  "content_types": [
    {
      "created_at": "2019-08-16T08:18:56.914Z",
      "updated_at": "2019-08-16T08:18:58.736Z",
      "title": "Product",
      "uid": "product",
      "_version": 2,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": false,
          "unique": false,
          "field_metadata": {
            "_default": true,
            "instruction": "Product Name",
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "display_name": "URL",
          "uid": "url",
          "data_type": "text",
          "mandatory": false,
          "field_metadata": {
            "_default": true,
            "version": 3
          },
          "multiple": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Description",
          "uid": "description",
          "field_metadata": {
            "allow_rich_text": true,
            "description": "",
            "multiline": false,
            "rich_text_type": "advanced",
            "version": 3
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "number",
          "display_name": "Size (in GB)",
          "uid": "size",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Color",
          "uid": "color",
          "field_metadata": {
            "description": "",
            "default_value": "",
            "version": 3
          },
          "format": "",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "file",
          "display_name": "Images",
          "uid": "images",
          "field_metadata": {
            "description": "",
            "rich_text_type": "standard",
            "image": true
          },
          "multiple": true,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "reference",
          "display_name": "Categories",
          "reference_to": [
            "category"
          ],
          "field_metadata": {
            "ref_multiple": true,
            "ref_multiple_content_types": true
          },
          "uid": "categories",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "number",
          "display_name": "Price in USD",
          "uid": "price_in_usd",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "reference",
          "display_name": "Brand",
          "reference_to": [
            "brand"
          ],
          "field_metadata": {
            "ref_multiple": false,
            "ref_multiple_content_types": true
          },
          "uid": "brand",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "isodate",
          "display_name": "Launch Date",
          "uid": "launch_date",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "endDate": null,
          "startDate": null,
          "non_localizable": false
        },
        {
          "data_type": "boolean",
          "display_name": "instock",
          "uid": "instock",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "blocks",
          "display_name": "Additional Info",
          "blocks": [
            {
              "title": "Related Products",
              "uid": "related_products",
              "schema": [
                {
                  "data_type": "reference",
                  "display_name": "Products",
                  "reference_to": [
                    "product"
                  ],
                  "field_metadata": {
                    "ref_multiple": true,
                    "ref_multiple_content_types": true
                  },
                  "uid": "products",
                  "mandatory": false,
                  "multiple": false,
                  "unique": false,
                  "non_localizable": false
                }
              ]
            },
            {
              "title": "Rating",
              "uid": "rating",
              "schema": [
                {
                  "data_type": "number",
                  "display_name": "Stars",
                  "display_type": "dropdown",
                  "enum": {
                    "advanced": false,
                    "choices": [
                      {
                        "value": 1
                      },
                      {
                        "value": 2
                      },
                      {
                        "value": 3
                      },
                      {
                        "value": 4
                      },
                      {
                        "value": 5
                      }
                    ]
                  },
                  "multiple": false,
                  "uid": "stars",
                  "field_metadata": {
                    "description": "",
                    "default_value": ""
                  },
                  "min_instance": null,
                  "max_instance": null,
                  "mandatory": false,
                  "unique": false,
                  "non_localizable": false
                }
              ]
            },
            {
              "title": "Deals",
              "uid": "deals",
              "schema": [
                {
                  "data_type": "text",
                  "display_name": "Deal Name",
                  "display_type": "dropdown",
                  "enum": {
                    "advanced": false,
                    "choices": [
                      {
                        "value": "Summer Deal"
                      },
                      {
                        "value": "Independence Day Deal"
                      },
                      {
                        "value": "Black Friday Deal"
                      },
                      {
                        "value": "Christmas Deal"
                      },
                      {
                        "value": "Deals of the Day"
                      }
                    ]
                  },
                  "multiple": false,
                  "uid": "deal_name",
                  "field_metadata": {
                    "description": "",
                    "default_value": "",
                    "version": 3
                  },
                  "min_instance": null,
                  "max_instance": null,
                  "mandatory": false,
                  "unique": false,
                  "non_localizable": false
                },
                {
                  "data_type": "text",
                  "display_name": "Deal Details",
                  "uid": "deal_details",
                  "field_metadata": {
                    "description": "",
                    "default_value": "",
                    "multiline": true,
                    "version": 3
                  },
                  "format": "",
                  "error_messages": {
                    "format": ""
                  },
                  "multiple": false,
                  "mandatory": false,
                  "unique": false,
                  "non_localizable": false
                }
              ]
            }
          ],
          "multiple": true,
          "uid": "additional_info",
          "field_metadata": {},
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "group",
          "display_name": "Bank Offers",
          "field_metadata": {},
          "schema": [
            {
              "data_type": "reference",
              "display_name": "Bank",
              "reference_to": [
                "bank"
              ],
              "field_metadata": {
                "ref_multiple": false,
                "ref_multiple_content_types": true
              },
              "uid": "bank",
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            },
            {
              "data_type": "text",
              "display_name": "Card Type",
              "display_type": "dropdown",
              "enum": {
                "advanced": false,
                "choices": [
                  {
                    "value": "Credit Card"
                  },
                  {
                    "value": "Debit Card"
                  }
                ]
              },
              "multiple": true,
              "uid": "card_type",
              "field_metadata": {
                "description": "",
                "default_value": "",
                "version": 3
              },
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            },
            {
              "data_type": "number",
              "display_name": "Discount In Percentage",
              "uid": "discount_in_percentage",
              "field_metadata": {
                "description": "",
                "default_value": ""
              },
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            }
          ],
          "uid": "bank_offers",
          "multiple": true,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {
        "environments": [
          {
            "uid": "blta39a4441696e35e0",
            "details": [
              {
                "locale": "en-us",
                "time": "2019-08-23T13:02:25.439Z"
              }
            ]
          }
        ]
      },
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": true,
        "singleton": false,
        "title": "title",
        "sub_title": [],
        "url_pattern": "/:title",
        "url_prefix": "/mobiles/"
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    },
    {
      "created_at": "2019-08-22T13:56:44.435Z",
      "updated_at": "2019-08-22T13:57:28.865Z",
      "title": "For Synchronization Calls",
      "uid": "for_synchronization_calls",
      "_version": 3,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": true,
          "unique": true,
          "field_metadata": {
            "_default": true,
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "display_name": "URL",
          "uid": "url",
          "data_type": "text",
          "mandatory": false,
          "field_metadata": {
            "_default": true,
            "version": 3
          },
          "multiple": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Single line textbox",
          "uid": "single_line",
          "field_metadata": {
            "description": "",
            "default_value": "",
            "version": 3
          },
          "format": "",
          "error_messages": {
            "format": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {},
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": true,
        "singleton": false,
        "title": "title",
        "sub_title": [],
        "url_pattern": "/:title",
        "url_prefix": "/"
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    },
    {
      "created_at": "2019-08-16T08:18:55.166Z",
      "updated_at": "2019-08-16T08:18:58.680Z",
      "title": "Category",
      "uid": "category",
      "_version": 2,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": false,
          "unique": false,
          "field_metadata": {
            "_default": true,
            "instruction": "Category Name",
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Description",
          "uid": "description",
          "field_metadata": {
            "allow_rich_text": true,
            "description": "",
            "multiline": false,
            "rich_text_type": "advanced",
            "version": 3
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {},
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": false,
        "singleton": false,
        "title": "title",
        "sub_title": []
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    },
    {
      "created_at": "2019-08-16T08:18:55.159Z",
      "updated_at": "2019-08-16T08:18:58.781Z",
      "title": "Brand",
      "uid": "brand",
      "_version": 2,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": false,
          "unique": false,
          "field_metadata": {
            "_default": true,
            "description": "",
            "instruction": "Company Name",
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "data_type": "file",
          "display_name": "Logo",
          "uid": "logo",
          "field_metadata": {
            "description": "",
            "rich_text_type": "standard"
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Description",
          "uid": "description",
          "field_metadata": {
            "allow_rich_text": true,
            "description": "",
            "multiline": false,
            "rich_text_type": "advanced",
            "version": 3
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Website",
          "uid": "website",
          "field_metadata": {
            "description": "",
            "default_value": "",
            "version": 3
          },
          "format": "",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "text",
          "display_name": "Email",
          "uid": "email",
          "field_metadata": {
            "description": "",
            "default_value": "",
            "version": 3
          },
          "format": "",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "number",
          "display_name": "Phone",
          "uid": "phone",
          "field_metadata": {
            "description": "",
            "default_value": ""
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        },
        {
          "data_type": "group",
          "display_name": "Head Office Address",
          "field_metadata": {},
          "schema": [
            {
              "data_type": "text",
              "display_name": "Street",
              "uid": "street",
              "field_metadata": {
                "description": "",
                "default_value": "",
                "version": 3
              },
              "format": "",
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            },
            {
              "data_type": "text",
              "display_name": "City",
              "uid": "city",
              "field_metadata": {
                "description": "",
                "default_value": "",
                "version": 3
              },
              "format": "",
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            },
            {
              "data_type": "text",
              "display_name": "Country",
              "uid": "country",
              "field_metadata": {
                "description": "",
                "default_value": "",
                "version": 3
              },
              "format": "",
              "multiple": false,
              "mandatory": false,
              "unique": false,
              "non_localizable": false
            }
          ],
          "uid": "head_office_address",
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {},
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": false,
        "singleton": false,
        "title": "title",
        "sub_title": []
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    },
    {
      "created_at": "2019-08-16T08:18:55.164Z",
      "updated_at": "2019-08-16T08:18:58.691Z",
      "title": "Bank",
      "uid": "bank",
      "_version": 2,
      "inbuilt_class": false,
      "schema": [
        {
          "display_name": "Title",
          "uid": "title",
          "data_type": "text",
          "mandatory": false,
          "unique": false,
          "field_metadata": {
            "_default": true,
            "version": 3
          },
          "multiple": false,
          "non_localizable": false
        },
        {
          "data_type": "file",
          "display_name": "Logo",
          "uid": "logo",
          "extensions": [],
          "field_metadata": {
            "description": "",
            "rich_text_type": "standard"
          },
          "multiple": false,
          "mandatory": false,
          "unique": false,
          "non_localizable": false
        }
      ],
      "last_activity": {},
      "maintain_revisions": true,
      "description": "",
      "DEFAULT_ACL": {
        "others": {
          "read": false,
          "create": false
        },
        "users": [
          {
            "uid": "bltb7dc5be19ed72dd9",
            "read": true,
            "sub_acl": {
              "read": true
            }
          }
        ]
      },
      "SYS_ACL": {
        "roles": [
          {
            "uid": "blt70c41dfd00924e9f",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt954756afc76573d1",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            },
            "update": true,
            "delete": true
          },
          {
            "uid": "blt5c82a78624ed860d",
            "read": true,
            "sub_acl": {
              "create": true,
              "read": true,
              "update": true,
              "delete": true,
              "publish": true
            }
          }
        ],
        "others": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "sub_acl": {
            "read": false,
            "create": false,
            "update": false,
            "delete": false,
            "publish": false
          }
        }
      },
      "options": {
        "is_page": false,
        "singleton": false,
        "title": "title",
        "sub_title": []
      },
      "abilities": {
        "get_one_object": true,
        "get_all_objects": true,
        "create_object": true,
        "update_object": true,
        "delete_object": true,
        "delete_all_objects": true
      }
    }
  ]
}

Get a single content type

GEThttps://cdn.contentstack.io/v3/content_types/{content_type_uid}

This call returns information of a specific content type. It returns the content type schema, but does not include its entries.

Sample Response
Status|200 OK
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
{
  "content_type": {
    "created_at": "2019-08-16T08:18:56.914Z",
    "updated_at": "2019-08-16T08:18:58.736Z",
    "title": "Product",
    "uid": "product",
    "_version": 2,
    "inbuilt_class": false,
    "schema": [
      {
        "display_name": "Title",
        "uid": "title",
        "data_type": "text",
        "mandatory": false,
        "unique": false,
        "field_metadata": {
          "_default": true,
          "instruction": "Product Name",
          "version": 3
        },
        "multiple": false,
        "non_localizable": false
      },
      {
        "display_name": "URL",
        "uid": "url",
        "data_type": "text",
        "mandatory": false,
        "field_metadata": {
          "_default": true,
          "version": 3
        },
        "multiple": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "text",
        "display_name": "Description",
        "uid": "description",
        "field_metadata": {
          "allow_rich_text": true,
          "description": "",
          "multiline": false,
          "rich_text_type": "advanced",
          "version": 3
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "number",
        "display_name": "Size (in GB)",
        "uid": "size",
        "field_metadata": {
          "description": "",
          "default_value": ""
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "text",
        "display_name": "Color",
        "uid": "color",
        "field_metadata": {
          "description": "",
          "default_value": "",
          "version": 3
        },
        "format": "",
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "file",
        "display_name": "Images",
        "uid": "images",
        "field_metadata": {
          "description": "",
          "rich_text_type": "standard",
          "image": true
        },
        "multiple": true,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "reference",
        "display_name": "Categories",
        "reference_to": [
          "category"
        ],
        "field_metadata": {
          "ref_multiple": true,
          "ref_multiple_content_types": true
        },
        "uid": "categories",
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "number",
        "display_name": "Price in USD",
        "uid": "price_in_usd",
        "field_metadata": {
          "description": "",
          "default_value": ""
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "reference",
        "display_name": "Brand",
        "reference_to": [
          "brand"
        ],
        "field_metadata": {
          "ref_multiple": false,
          "ref_multiple_content_types": true
        },
        "uid": "brand",
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "isodate",
        "display_name": "Launch Date",
        "uid": "launch_date",
        "field_metadata": {
          "description": "",
          "default_value": ""
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "endDate": null,
        "startDate": null,
        "non_localizable": false
      },
      {
        "data_type": "boolean",
        "display_name": "instock",
        "uid": "instock",
        "field_metadata": {
          "description": "",
          "default_value": ""
        },
        "multiple": false,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "blocks",
        "display_name": "Additional Info",
        "blocks": [
          {
            "title": "Related Products",
            "uid": "related_products",
            "schema": [
              {
                "data_type": "reference",
                "display_name": "Products",
                "reference_to": [
                  "product"
                ],
                "field_metadata": {
                  "ref_multiple": true,
                  "ref_multiple_content_types": true
                },
                "uid": "products",
                "mandatory": false,
                "multiple": false,
                "unique": false,
                "non_localizable": false
              }
            ]
          },
          {
            "title": "Rating",
            "uid": "rating",
            "schema": [
              {
                "data_type": "number",
                "display_name": "Stars",
                "display_type": "dropdown",
                "enum": {
                  "advanced": false,
                  "choices": [
                    {
                      "value": 1
                    },
                    {
                      "value": 2
                    },
                    {
                      "value": 3
                    },
                    {
                      "value": 4
                    },
                    {
                      "value": 5
                    }
                  ]
                },
                "multiple": false,
                "uid": "stars",
                "field_metadata": {
                  "description": "",
                  "default_value": ""
                },
                "min_instance": null,
                "max_instance": null,
                "mandatory": false,
                "unique": false,
                "non_localizable": false
              }
            ]
          },
          {
            "title": "Deals",
            "uid": "deals",
            "schema": [
              {
                "data_type": "text",
                "display_name": "Deal Name",
                "display_type": "dropdown",
                "enum": {
                  "advanced": false,
                  "choices": [
                    {
                      "value": "Summer Deal"
                    },
                    {
                      "value": "Independence Day Deal"
                    },
                    {
                      "value": "Black Friday Deal"
                    },
                    {
                      "value": "Christmas Deal"
                    },
                    {
                      "value": "Deals of the Day"
                    }
                  ]
                },
                "multiple": false,
                "uid": "deal_name",
                "field_metadata": {
                  "description": "",
                  "default_value": "",
                  "version": 3
                },
                "min_instance": null,
                "max_instance": null,
                "mandatory": false,
                "unique": false,
                "non_localizable": false
              },
              {
                "data_type": "text",
                "display_name": "Deal Details",
                "uid": "deal_details",
                "field_metadata": {
                  "description": "",
                  "default_value": "",
                  "multiline": true,
                  "version": 3
                },
                "format": "",
                "error_messages": {
                  "format": ""
                },
                "multiple": false,
                "mandatory": false,
                "unique": false,
                "non_localizable": false
              }
            ]
          }
        ],
        "multiple": true,
        "uid": "additional_info",
        "field_metadata": {},
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      },
      {
        "data_type": "group",
        "display_name": "Bank Offers",
        "field_metadata": {},
        "schema": [
          {
            "data_type": "reference",
            "display_name": "Bank",
            "reference_to": [
              "bank"
            ],
            "field_metadata": {
              "ref_multiple": false,
              "ref_multiple_content_types": true
            },
            "uid": "bank",
            "multiple": false,
            "mandatory": false,
            "unique": false,
            "non_localizable": false
          },
          {
            "data_type": "text",
            "display_name": "Card Type",
            "display_type": "dropdown",
            "enum": {
              "advanced": false,
              "choices": [
                {
                  "value": "Credit Card"
                },
                {
                  "value": "Debit Card"
                }
              ]
            },
            "multiple": true,
            "uid": "card_type",
            "field_metadata": {
              "description": "",
              "default_value": "",
              "version": 3
            },
            "mandatory": false,
            "unique": false,
            "non_localizable": false
          },
          {
            "data_type": "number",
            "display_name": "Discount In Percentage",
            "uid": "discount_in_percentage",
            "field_metadata": {
              "description": "",
              "default_value": ""
            },
            "multiple": false,
            "mandatory": false,
            "unique": false,
            "non_localizable": false
          }
        ],
        "uid": "bank_offers",
        "multiple": true,
        "mandatory": false,
        "unique": false,
        "non_localizable": false
      }
    ],
    "last_activity": {
      "environments": [
        {
          "uid": "blta39a4441696e35e0",
          "details": [
            {
              "locale": "en-us",
              "time": "2019-08-23T13:02:25.439Z"
            }
          ]
        }
      ]
    },
    "maintain_revisions": true,
    "description": "",
    "DEFAULT_ACL": {
      "others": {
        "read": false,
        "create": false
      },
      "users": [
        {
          "uid": "bltb7dc5be19ed72dd9",
          "read": true,
          "sub_acl": {
            "read": true
          }
        }
      ]
    },
    "SYS_ACL": {
      "roles": [
        {
          "uid": "blt70c41dfd00924e9f",
          "read": true,
          "sub_acl": {
            "create": true,
            "read": true,
            "update": true,
            "delete": true,
            "publish": true
          },
          "update": true,
          "delete": true
        },
        {
          "uid": "blt954756afc76573d1",
          "read": true,
          "sub_acl": {
            "create": true,
            "read": true,
            "update": true,
            "delete": true,
            "publish": true
          },
          "update": true,
          "delete": true
        },
        {
          "uid": "blt5c82a78624ed860d",
          "read": true,
          "sub_acl": {
            "create": true,
            "read": true,
            "update": true,
            "delete": true,
            "publish": true
          }
        }
      ],
      "others": {
        "read": false,
        "create": false,
        "update": false,
        "delete": false,
        "sub_acl": {
          "read": false,
          "create": false,
          "update": false,
          "delete": false,
          "publish": false
        }
      }
    },
    "options": {
      "is_page": true,
      "singleton": false,
      "title": "title",
      "sub_title": [],
      "url_pattern": "/:title",
      "url_prefix": "/mobiles/"
    },
    "abilities": {
      "get_one_object": true,
      "get_all_objects": true,
      "create_object": true,
      "update_object": true,
      "delete_object": true,
      "delete_all_objects": true
    }
  }
}
Hide Parameters

Query Parameters

include_countrequiredstring

Set this to 'true' to include in response the total count of content types available in your stack.

Example:

false
include_branchoptionalstring

Set this to true to include the _branch top-level key in the response. This key states the unique ID of the branch where the concerned Contentstack module resides.

Example:

false

Headers

api_keyrequiredstring

Enter the API key of your stack.

Example:

blt02f7b45378b008ee
access_tokenrequiredstring

Enter the environment-specific delivery token of your stack. Check Authentication.

Example:

cs5b69faf35efdebd91d08bcf4
branchoptionalstring

Enter your branch unique ID.

Example:

main
Hide Parameters

URL Parameters

content_type_uidrequiredstring

Enter the unique ID of the content type of which you wish to retrieve the details. The uid is generated based on the title of the content type. The unique ID of a content type is unique across a stack.

Example:

product

Query Parameters

include_branchoptionalstring

Set this to true to include the _branch top-level key in the response. This key states the unique ID of the branch where the concerned Contentstack module resides.

Example:

false

Headers

api_keyrequiredstring

Enter the API key of your stack.

Example:

blt02f7b45378b008ee
access_tokenrequiredstring

Enter the environment-specific delivery token of your stack. Check Authentication.

Example:

cs5b69faf35efdebd91d08bcf4
branchoptionalstring

Enter your branch unique ID.

Example:

main
Hide Parameters

Query Parameters

include_countrequiredstring

Set this to 'true' to include in response the total count of content types available in your stack.

Example:

false
include_branchoptionalstring

Set this to true to include the _branch top-level key in the response. This key states the unique ID of the branch where the concerned Contentstack module resides.

Example:

false

Headers

api_keyrequiredstring

Enter the API key of your stack.

Example:

blt02f7b45378b008ee
access_tokenrequiredstring

Enter the environment-specific delivery token of your stack. Check Authentication.

Example:

cs5b69faf35efdebd91d08bcf4
branchoptionalstring

Enter your branch unique ID.

Example:

main
Hide Parameters

URL Parameters

content_type_uidrequiredstring

Enter the unique ID of the content type of which you wish to retrieve the details. The uid is generated based on the title of the content type. The unique ID of a content type is unique across a stack.

Example:

product

Query Parameters

include_branchoptionalstring

Set this to true to include the _branch top-level key in the response. This key states the unique ID of the branch where the concerned Contentstack module resides.

Example:

false

Headers

api_keyrequiredstring

Enter the API key of your stack.

Example:

blt02f7b45378b008ee
access_tokenrequiredstring

Enter the environment-specific delivery token of your stack. Check Authentication.

Example:

cs5b69faf35efdebd91d08bcf4
branchoptionalstring

Enter your branch unique ID.

Example:

main